UNPKG

populist

Version:

A JavaScript module loader that gives the people what they want

13 lines (9 loc) 198 B
exports.ok = require("assert"); exports.global = global; exports.self = this; exports.baz = function() { return require("./baz").qux(); }; exports.req = function(id) { return require(id); };