Files
selfdefined/node_modules/app-module-path/test/src/installed-module.js

5 lines
112 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
exports.sayHello = function() {
throw new Error('this should not be required!');
};
exports.isLocal = true;