mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-20 02:22:51 +00:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
|
|
exports.sayHello = function() {
|
||
|
|
throw new Error('this should not be required!');
|
||
|
|
};
|
||
|
|
|
||
|
|
exports.isLocal = true;
|