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