rmux
Version:
24 lines (20 loc) • 727 B
JavaScript
/*!
* rmux.js v0.0.1-alpha.16
* (c) 2018-2019 空鱼
* Released under the MIT License.
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('rmux-fetch')) :
typeof define === 'function' && define.amd ? define(['exports', 'rmux-fetch'], factory) :
(global = global || self, factory(global.rmux = global.rmux || {}, global.rmuxFetch));
}(this, (function (exports, rmuxFetch) { 'use strict';
Object.keys(rmuxFetch).forEach(function (k) {
if (k !== 'default') Object.defineProperty(exports, k, {
enumerable: true,
get: function () {
return rmuxFetch[k];
}
});
});
Object.defineProperty(exports, '__esModule', { value: true });
})));