mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 22:21:42 +00:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
/**
|
|
* Boolean parsing helper re-exported for Browser CLI/config code.
|
|
*/
|
|
export { parseBooleanValue } from "../sdk-config.js";
|