systemjs/test/fixtures/browser/systemjs-module-script2.js

7 lines
125 B
JavaScript

System.register([], function(_export) {
return {
execute: function () {
_export('hello', 'there');
}
};
});