dockerized_openAger/nodered/rootfs/data/node_modules/mathjs/bin/repl.js

11 lines
208 B
JavaScript
Raw Permalink Normal View History

2020-10-17 16:42:50 +00:00
#!/usr/bin/env node
/*
* This simply preloads mathjs and drops you into a REPL to
* help interactive debugging.
**/
math = require('../index');
var repl = require('repl');
repl.start({useGlobal: true});