mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-09 00:45:47 +00:00
4 lines
169 B
TypeScript
4 lines
169 B
TypeScript
/**
|
|
* Browser utility re-exports for config paths, escaping, and user path resolution.
|
|
*/
|
|
export { CONFIG_DIR, escapeRegExp, resolveUserPath } from "./sdk-config.js";
|