coreFunctionscreateAtomSubjectcreateAtomSubject CallablecreateAtomSubject<T>(initialValue: T, options?: AtomOptions<T>): AtomSubject<T>Creates an atom that emits values and errors.Type parametersTParametersinitialValue: TThe initial valueoptionaloptions: AtomOptions<T>AtomOptionsReturns AtomSubject<T>
Creates an atom that emits values and errors.