SubjectOnNext type
A function that is called for every update
Signature:
export type SubjectOnNext<T> = (value: T) => void;
Updated 8 months ago
A function that is called for every update
Signature:
export type SubjectOnNext<T> = (value: T) => void;
Updated 8 months ago