ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/is-cidr
/
lib
node_modules
npm
node_modules
is-cidr
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
index.d.ts
668 B
chmod
View
DL
Edit
Rename
Delete
index.js
271 B
chmod
View
DL
Edit
Rename
Delete
LICENSE
1.26 MB
chmod
View
DL
Edit
Rename
Delete
package.json
889 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/node_modules/is-cidr/index.js
"use strict"; const {v4, v6} = require("cidr-regex"); const re4 = v4({exact: true}); const re6 = v6({exact: true}); module.exports = str => re4.test(str) ? 4 : (re6.test(str) ? 6 : 0); module.exports.v4 = str => re4.test(str); module.exports.v6 = str => re6.test(str);
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply