0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/fixtures/a.js

6 lines
108 B
JavaScript

var c = require("b/c");
exports.A = function () {
return "A";
}
exports.C = function () { return c.C(); }