UNPKG

runtime-shell

Version:

Some useful shell commands for runtime.js

4 lines (2 loc) 133 B
// notice no 'use strict', that's because I want the eval to generate variables in the scope module.exports = (code) => eval(code);