aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nth-check/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/nth-check/index.js')
-rw-r--r--node_modules/nth-check/index.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/nth-check/index.js b/node_modules/nth-check/index.js
deleted file mode 100644
index 3253bbd07..000000000
--- a/node_modules/nth-check/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-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; \ No newline at end of file