type ObservableInput<T> = SubscribableOrPromise<T> | ArrayLike<T> | Iterable<T>;
Documentación oficial en inglés
Last updated 4 years ago