Files
openclaw/src/plugin-sdk/text-utility-runtime.ts
2026-05-10 12:37:10 +01:00

26 lines
523 B
TypeScript

// Focused low-level text/runtime helpers used by bundled plugins.
export {
CONFIG_DIR,
clamp,
clampInt,
clampNumber,
displayPath,
displayString,
ensureDir,
escapeRegExp,
normalizeE164,
pathExists,
resolveConfigDir,
resolveHomeDir,
resolveUserPath,
safeParseJson,
shortenHomeInString,
shortenHomePath,
sleep,
sliceUtf16Safe,
truncateUtf16Safe,
} from "../utils.js";
export { fetchWithTimeout } from "../utils/fetch-timeout.js";
export { withTimeout } from "../utils/with-timeout.js";