mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 16:49:28 +00:00
5 lines
169 B
TypeScript
5 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";
|