.
This commit is contained in:
4
node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js
generated
vendored
Normal file
4
node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export function createInvalidObservableTypeError(input) {
|
||||
return new TypeError(`You provided ${input !== null && typeof input === 'object' ? 'an invalid object' : `'${input}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`);
|
||||
}
|
||||
//# sourceMappingURL=throwUnobservableError.js.map
|
||||
Reference in New Issue
Block a user