mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 11:49:34 +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";
|