Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-karpenter
/
web
/
node_modules
/
is-color-stop
/
lib
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-karpenter/web/node_modules/is-color-stop/lib/isHex.js
'use strict'; const hexRegex = require('hex-color-regex'); function isHex(str) { return hexRegex({ exact: true }).test(str); } module.exports = isHex;