There was an error while loading. Please reload this page.
1 parent ea016e0 commit 8fb3824Copy full SHA for 8fb3824
index.d.ts
@@ -19,6 +19,8 @@ It will replace single-line comments `//` and multi-line comments `/**\/` with w
19
20
@example
21
```
22
+import stripJsonComments = require('strip-json-comments');
23
+
24
const json = `{
25
// Rainbows
26
"unicorn": "cake"
readme.md
@@ -24,6 +24,8 @@ $ npm install strip-json-comments
## Usage
```js
27
+const stripJsonComments = require('strip-json-comments');
28
29
30
31
"unicorn": /* ❤ */ "cake"
0 commit comments