UNPKG

lasso-require

Version:

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

6 lines 110 B
exports.createDependency = function(dirname) { return { path: '/foo', wait: true }; };