babel/lib/6to5/templates/umd-runner-body.js
2014-10-19 17:48:59 +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);
}
});