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