mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-20 01:21:41 -06:00
341551937e
* fix(agents): preserve empty CLI subagent completions * chore(qa): remove retired Matrix coverage leaf * refactor: consolidate shared runtime ownership * fix(scripts): keep runtime build coercion dependency-light * chore: remove release-owned changelog entry
3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
export declare function isRecord(value: unknown): value is Record<string, unknown>;
|
|
export declare function trimString(value: unknown): string;
|