installed-module.js 112 Bytes
exports.sayHello = function() {
    throw new Error('this should not be required!');
};

exports.isLocal = true;