Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add types for Observable.{call,apply}.
We implemented these methods explicitly in PR #1, but then PR #105 went back to compiling `Observable` down to ES5 constructor functions. In other words, the current implementations of `Observable` (both CommonJS and ESM) automatically have these static methods, and they work just like `Function.prototype.{call,apply}`, because `Observable` is compiled in both cases from a `class` to a constructor function.
- Loading branch information