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

someOtherModule.js « testModules « test - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02287d1b97d5502ddd3c1759c3d64e9cc899ddc6 (plain)
1
2
3
4
5
"use strict"; // run code in ES5 strict mode

var fs = require("fs");

exports.fs = fs;