mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-17 13:15:00 +02: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; |