UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

12 lines (10 loc) 326 B
define("two", ["exports", "module", "three"], function(exports, module, _three) { "use strict"; function _interopRequireDefault(obj) { return (obj && obj.__esModule ? obj : { "default": obj }); } var _log = _interopRequireDefault(_three); module.exports = _log["default"]; });