8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
|
System.register([], function(_export, _context) {
|
||
|
return {
|
||
|
setters: [],
|
||
|
execute: function() {
|
||
|
_export('name', _context.id);
|
||
|
}
|
||
|
};
|
||
|
})
|