13 lines
182 B
JavaScript

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