My Release Notes
by Tiny Tools
/
statelyai
/
xstate
/
@xstate/
[email protected]
Sign in
@xstate/
[email protected]
@xstate/
[email protected]
xstate
View on GitHub
View Package
Published: Jun 20, 2026
Release Notes
Minor Changes
#44
52970ea
Thanks
@pull
! - Export a new
isAtom(value)
helper that returns
true
when a value is an atom (i.e. has
get
and
subscribe
methods).