2018-06-12 13:45:53 -04:00

11 lines
193 B
JavaScript

System.register(["foo"], function (_export, _context) {
"use strict";
return {
setters: [function (_foo) {
_export("bar", _foo.foo);
}],
execute: function () {}
};
});