UNPKG

denodify

Version:

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

6 lines (4 loc) 110 B
console.log('in module t2'); setTimeout(function() { module.exports = "exported from module t2"; },100);