UNPKG

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