declare module "strip-json-comments" {
function stripJsonComments(input: string, options?: {whitespace: boolean}): string;
export = stripJsonComments;
}microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/typings/strip-json-comments/strip-json-comments.d.ts
4lines · modepreview