mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 18:18:36 +00:00
9 lines
183 B
JavaScript
Vendored
9 lines
183 B
JavaScript
Vendored
var DISALLOW_OF_CLAUSE = false;
|
|
|
|
module.exports = {
|
|
parse: function nth() {
|
|
return this.createSingleNodeList(
|
|
this.Nth(DISALLOW_OF_CLAUSE)
|
|
);
|
|
}
|
|
};
|