coreFunctionsatomatom Callableatom<T>(initialValue: T, options?: AtomOptions<T>): WritableAtom<T>Factory to create a writable Atom that can be set or updated directly.Type parametersTParametersinitialValue: Toptionaloptions: AtomOptions<T>Returns WritableAtom<T>
Factory to create a writable
Atom
that can be set or updated directly.