UNPKG

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