UNPKG

lasso-require

Version:

Lasso.js plugin to support Node.js style module require in the browser

5 lines (4 loc) 73 B
exports.hello = function() { process.nextTick(function() { }); }