Bones/node_modules/systemjs/test/tests/module-name.js

8 lines
153 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
System.register([], function(_export, _context) {
return {
setters: [],
execute: function() {
_export('name', _context.id);
}
};
})