Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
716cf56cb2.url-de-test.ws
/
htdocs
/
node_modules
/
stylehacks
/
src
/
/srv/data/web/vhosts/716cf56cb2.url-de-test.ws/htdocs/node_modules/stylehacks/src/exists.js
'use strict'; /** * @param {import('postcss-selector-parser').Selector} selector * @param {number} index * @param {string} value * @return {boolean | undefined | ''} */ module.exports = function exists(selector, index, value) { const node = selector.at(index); return node && node.value && node.value.toLowerCase() === value; };