UNPKG

system

Version:

Flexible module and resource system

13 lines (12 loc) 205 B
exports.foo = function () { return this; }; exports.set = function (x) { this.x = x; }; exports.get = function () { return this.x; }; exports.getClosed = function () { return exports.x; };