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