/var/www/flurhymez/node_modules/json5/lib
NameSizeModeActions
cli.js28990755editdlrm
index.d.ts1030644editdlrm
index.js1430644editdlrm
parse.d.ts5330644editdlrm
parse.js213930644editdlrm
register.js3740644editdlrm
require.js1630644editdlrm
stringify.d.ts41570644editdlrm
stringify.js69830644editdlrm
unicode.d.ts1240644editdlrm
unicode.js158150644editdlrm
util.d.ts2920644editdlrm
util.js8850644editdlrm
Edit: /var/www/flurhymez/node_modules/json5/lib/parse.d.ts (533B)
/** * Parses a JSON5 string, constructing the JavaScript value or object described * by the string. * @template T The type of the return value. * @param text The string to parse as JSON5. * @param reviver A function that prescribes how the value originally produced * by parsing is transformed before being returned. * @returns The JavaScript value converted from the JSON5 string. */ declare function parse( text: string, reviver?: ((this: any, key: string, value: any) => any) | null, ): T export = parse