🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:07:20 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
is-cidr
📍 /opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/node_modules.bundled/is-cidr
🔄 Refresh
✏️
Editing: index.js
Read Only
"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);
💾 Save Changes
❌ Cancel