UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

14 lines (10 loc) 238 B
setTimeout(function() { define("delay", ["exports", "module"], function(exports, module) { "use strict"; global.delay = 1; function log(text) { console.log(text); } module.exports = log; }); }, 20);