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