jotai
Version:
👻 Next gen state management that will spook you
13 lines (10 loc) • 554 B
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jotai-redux')) :
typeof define === 'function' && define.amd ? define(['exports', 'jotai-redux'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jotaiRedux = {}, global.jotaiRedux));
})(this, (function (exports, jotaiRedux) { 'use strict';
Object.defineProperty(exports, 'atomWithStore', {
enumerable: true,
get: function () { return jotaiRedux.atomWithStore; }
});
}));