node/test/fixtures/break-in-module/mod.js

4 lines
62 B
JavaScript

exports.hello = function() {
return 'hello from module';
};