babel/lib/6to5/transformation/templates/umd-runner-body.js

8 lines
196 B
JavaScript

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