summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/nth-check/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/nth-check/index.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/nth-check/index.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/nth-check/index.js b/bin/wiki/ImportarDesdeURL/node_modules/nth-check/index.js
new file mode 100644
index 00000000..3253bbd0
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/nth-check/index.js
@@ -0,0 +1,9 @@
+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