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

7 lines
121 B
JavaScript

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