TenantAtlas/apps/platform/.pnpm-store/v10/files/a3/a79f3b8d17b7ffefec49907288f5425369f644df665b535a9508587128ac5f3a41726492a5145a43b2902e1e0f354b6ae59f2fbaafafdf019f71fe160576ad
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

9 lines
311 B
Plaintext

declare const JSONC: {
parse: (text: string) => any;
stringify: {
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
};
};
export default JSONC;