Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
nth-check
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/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;