UNPKG

liverepl

Version:

A power node-repl which will auto reload runtime if required file is modified, inspired by ipython autoreload feature.

5 lines (4 loc) 75 B
const b = require('./b/b'); module.exports = function () { return b(); }