| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/nth-check/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.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; |