aurelia-polyfills
Version:
The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.
18 lines (14 loc) • 413 B
JavaScript
System.register(['./aurelia-polyfills'], function (_export, _context) {
"use strict";
return {
setters: [function (_aureliaPolyfills) {
var _exportObj = {};
for (var _key in _aureliaPolyfills) {
if (_key !== "default" && _key !== "__esModule") _exportObj[_key] = _aureliaPolyfills[_key];
}
_export(_exportObj);
}],
execute: function () {}
};
});
;