UNPKG

denodify

Version:

Use nodejs modules in the browser. Used with bb-server and html-builder

9 lines (6 loc) 138 B
var m2 = require('./m2'); console.log(m2); setTimeout(function() { var again = require('./m2'); console.log(again); },200);