14 lines
387 B
JavaScript
14 lines
387 B
JavaScript
System.register(["babel-runtime/helpers/to-consumable-array"], function (_export) {
|
|
var _toConsumableArray;
|
|
|
|
return {
|
|
setters: [function (_babelRuntimeHelpersToConsumableArray) {
|
|
_toConsumableArray = _babelRuntimeHelpersToConsumableArray["default"];
|
|
}],
|
|
execute: function () {
|
|
"use strict";
|
|
|
|
foo.apply(undefined, _toConsumableArray(bar));
|
|
}
|
|
};
|
|
}); |