| Current Path : /var/www/html/mysis/node_modules/concurrently/dist/src/ |
| Current File : /var/www/html/mysis/node_modules/concurrently/dist/src/jsonc.d.ts |
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;