Urara-Blog/node_modules/.pnpm-store/v3/files/03/d7beb37309b90cb978fcfd97792d5d50a16dd62999f3d95c7dc5d1fb2658f873b9b973bcec627d6d853cf46dfef032f75add4d3445287c3de2021d056128c1
2022-08-14 01:14:53 +08:00

9 lines
183 B
Text

var DISALLOW_OF_CLAUSE = false;
module.exports = {
parse: function nth() {
return this.createSingleNodeList(
this.Nth(DISALLOW_OF_CLAUSE)
);
}
};