diff options
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js')
| -rw-r--r-- | node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js b/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js deleted file mode 100644 index 99d7269..0000000 --- a/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js +++ /dev/null @@ -1,4 +0,0 @@ -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
\ No newline at end of file |
