coreFunctionssignalChangessignalChanges CallablesignalChanges<T>(source: Atom<T>, options?: SignalOptions<T>): Signal<T>Returns a signal that emits the changes of the source atom.Type parametersTParameterssource: Atom<T>The source atom.optionaloptions: SignalOptions<T>OptionsReturns Signal<T>
Returns a signal that emits the changes of the source atom.