6 lines
204 B
JavaScript
6 lines
204 B
JavaScript
define(["exports", "foo", "6to5-runtime/helpers"], function (exports, _foo, _to5RuntimeHelpers) {
|
|
"use strict";
|
|
|
|
var _to5Helpers = _to5RuntimeHelpers;
|
|
var foo = _to5Helpers.interopRequire(_foo);
|
|
}); |