
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/nth-check/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/nth-check/index.js |
var parse = require("./parse.js"),
compile = require("./compile.js");
module.exports = function nthCheck(formula){
return compile(parse(formula));
};
module.exports.parse = parse;
module.exports.compile = compile;
