14 lines
330 B
JavaScript
14 lines
330 B
JavaScript
"use strict";
|
|
|
|
System.register(["babel-runtime/helpers"], function (_export) {
|
|
var _babelHelpers;
|
|
|
|
return {
|
|
setters: [function (_babelRuntimeHelpers) {
|
|
_babelHelpers = _babelRuntimeHelpers["default"];
|
|
}],
|
|
execute: function () {
|
|
foo.apply(undefined, _babelHelpers.toConsumableArray(bar));
|
|
}
|
|
};
|
|
}); |