react-sweet-state
Version:
Global + local state combining the best of Redux and Context API
13 lines (12 loc) • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var supports = {
scheduling: function scheduling() {
return typeof window !== 'undefined' && typeof MessageChannel === 'function';
}
};
var _default = supports;
exports["default"] = _default;