Your IP : 216.73.216.79


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