initial commit
This commit is contained in:
12
node_modules/stylehacks/dist/exists.js
generated
vendored
Normal file
12
node_modules/stylehacks/dist/exists.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"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"];
|
||||
Reference in New Issue
Block a user