microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/typings/strip-json-comments/strip-json-comments.d.ts

4lines · modeblame

b0af599cJimmy Thomson9 years ago1declare module "strip-json-comments" {
2function stripJsonComments(input: string, options?: {whitespace: boolean}): string;
3export = stripJsonComments;
4}