mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 23:13:36 +00:00
5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
var a = require('a');
|
|
exports.b = function () {
|
|
return a;
|
|
};
|