UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

9 lines (7 loc) 174 B
define("three", ["exports", "module"], function(exports, module) { "use strict"; function log(text) { console.log(text); } module.exports = log; });