Closed sargonpiraev closed 3 years ago
The current type declaration file says that Observable#unsubscribe method accepts fn parameter with Function type. In fact, this parameter can be omitted. It would be more correct to make this type optional.
Observable#unsubscribe
fn
Function
The current type declaration file says that
Observable#unsubscribe
method acceptsfn
parameter withFunction
type. In fact, this parameter can be omitted. It would be more correct to make this type optional.