UNPKG

app-module-path

Version:

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

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