UNPKG

lasso-require

Version:

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

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