Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mod.js « break-in-module « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13582e760eb2fb922ed180992645744578f7189b (plain)
1
2
3
exports.hello = function() {
  return 'hello from module';
};