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