Files
selfdefined/node_modules/app-module-path/test/src/installed-module.js
tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

5 lines
112 B
JavaScript

exports.sayHello = function() {
throw new Error('this should not be required!');
};
exports.isLocal = true;