FLUJOS/VISUALIZACION/node_modules/css-tree/lib/syntax/pseudo/has.js
2025-11-07 00:06:12 +01:00

7 lines
137 B
JavaScript
Executable file

module.exports = {
parse: function() {
return this.createSingleNodeList(
this.SelectorList()
);
}
};