wallet-core/thirdparty/systemjs/test/tests/es6-loading-amd.js

10 lines
202 B
JavaScript
Raw Normal View History

System.register(["./es6-loading-amd-dep.js"], function($__export) {
"use strict";
return {
setters: [function(m) {
$__export("amd", m.default);
}],
execute: function() {}
};
});