rmux
Version:
24 lines (20 loc) • 733 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('react-remux')) :
typeof define === 'function' && define.amd ? define(['exports', 'react-remux'], factory) :
(global = global || self, factory(global.rmux = global.rmux || {}, global.reactRemux));
}(this, (function (exports, reactRemux) { 'use strict';
Object.keys(reactRemux).forEach(function (k) {
if (k !== 'default') Object.defineProperty(exports, k, {
enumerable: true,
get: function () {
return reactRemux[k];
}
});
});
Object.defineProperty(exports, '__esModule', { value: true });
})));