blob: 527bd1a337a35572815f55201b8bfafed2bcd6cc [file] [log] [blame]
var ALLOW_OF_CLAUSE = true;
module.exports = {
parse: function nthWithOfClause() {
return this.createSingleNodeList(
this.Nth(ALLOW_OF_CLAUSE)
);
}
};