UNPKG

554 BJavaScriptView Raw
1(function (global, factory) {
2 typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jotai-redux')) :
3 typeof define === 'function' && define.amd ? define(['exports', 'jotai-redux'], factory) :
4 (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jotaiRedux = {}, global.jotaiRedux));
5})(this, (function (exports, jotaiRedux) { 'use strict';
6
7 Object.defineProperty(exports, 'atomWithStore', {
8 enumerable: true,
9 get: function () { return jotaiRedux.atomWithStore; }
10 });
11
12}));