This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2018-06-12 13:45:53 -04:00

12 lines
219 B
JavaScript

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