3 lines
198 B
TypeScript
3 lines
198 B
TypeScript
/** Strip `//` line comments and trailing commas from JSON, leaving string literals untouched. */
|
|
export declare function stripJsonComments(input: string): string;
|
|
//# sourceMappingURL=json.d.ts.map
|