UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

11 lines (8 loc) 208 B
#!/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});