wallet-core/thirdparty/systemjs/test/tests/module-name.js

8 lines
153 B
JavaScript
Raw Normal View History

System.register([], function(_export, _context) {
return {
setters: [],
execute: function() {
_export('name', _context.id);
}
};
})