2015-01-30 22:32:21 +11:00

13 lines
299 B
JavaScript

System.register(["6to5-runtime/helpers"], function (_export) {
"use strict";
var _to5Helpers;
return {
setters: [function (_to5RuntimeHelpers) {
_to5Helpers = _to5RuntimeHelpers;
}],
execute: function () {
foo.apply(undefined, _to5Helpers.toArray(bar));
}
};
});