UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

7 lines 374 B
export type JsonValue = null | boolean | number | string | JsonValue[] | { [key: string]: JsonValue; }; export declare function canonicalizeJsonBytes(input: Uint8Array | string): Uint8Array; export declare function canonicalizeJson(value: JsonValue): Uint8Array; export declare function canonicalizeJsonString(value: JsonValue): string; //# sourceMappingURL=jcs.d.ts.map