babel/lib/6to5/transformation/templates/umd-runner-body.js
2014-12-29 01:24:35 +11:00

8 lines
205 B
JavaScript

(function (factory) {
if (typeof define === "function" && define.amd) {
define(AMD_ARGUMENTS, factory);
} else if (typeof exports !== "undefined") {
factory(exports, COMMON_ARGUMENTS);
}
});