Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_ai
/
node_modules
/
stylehacks
/
dist
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_ai/node_modules/stylehacks/dist/exists.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exists; function exists(selector, index, value) { const node = selector.at(index); return node && node.value && node.value.toLowerCase() === value; } module.exports = exports["default"];