UNPKG

nodemon

Version:

Simple monitor script for use during development of a Node.js app.

5 lines (4 loc) 82 B
module.exports = { run: require('./run'), watch: require('./watch').watch, };