ACIL FM
Dark
Refresh
Current DIR:
/home/benbot/bot/server/node_modules/strip-json-comments
/
home
benbot
bot
server
node_modules
strip-json-comments
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.d.ts
807 B
chmod
View
DL
Edit
Rename
Delete
index.js
2.17 MB
chmod
View
DL
Edit
Rename
Delete
license
1.09 MB
chmod
View
DL
Edit
Rename
Delete
package.json
855 B
chmod
View
DL
Edit
Rename
Delete
readme.md
1.92 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/benbot/bot/server/node_modules/strip-json-comments/index.d.ts
declare namespace stripJsonComments { interface Options { /** Replace comments with whitespace instead of stripping them entirely. @default true */ readonly whitespace?: boolean; } } /** Strip comments from JSON. Lets you use comments in your JSON files! It will replace single-line comments `//` and multi-line comments `/**\/` with whitespace. This allows JSON error positions to remain as close as possible to the original source. @param jsonString - Accepts a string with JSON. @returns A JSON string without comments. @example ``` const json = `{ // Rainbows "unicorn": "cake" }`; JSON.parse(stripJsonComments(json)); //=> {unicorn: 'cake'} ``` */ declare function stripJsonComments( jsonString: string, options?: stripJsonComments.Options ): string; export = stripJsonComments;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply