Files
2023-11-25 18:12:47 -05:00

8 lines
137 B
JavaScript

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