Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(addListener): throw an error if next, error or complete function…
…s are missing This class of error is a compiler error in TypeScript, but is a runtime error in JS. Currently we get an error like "this._n is not a function" which is quite cryptic to an end user.
- Loading branch information