2018-01-09 15:36:42 +01:00

16 lines
375 B
JavaScript

(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["es6-promise"], factory);
} else if (typeof exports !== "undefined") {
factory(require("es6-promise"));
} else {
var mod = {
exports: {}
};
factory(global.Promise);
global.input = mod.exports;
}
})(this, function (_es6Promise) {
"use strict";
});