UNPKG

app-module-path-node

Version:

Simple module to add additional directories to the Node module search for top-level app modules

5 lines (4 loc) 116 B
exports.sayHello = function() { throw new Error('this should not be required!'); }; exports.isLocal = true;