andywer / andywer/typed-emitter
[RxJS] `FromEvent` type missmatch since 7.5.6
Open
- Dominant language
- JavaScript
- Stars
- 285
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
If using RxJS >=7.5.6, we could not parse rxjs's `fromEvent` to a `typed-emitter/rxjs` `fromEvent` :
```
import { fromEvent as rxFromEvent } from 'rxjs'
const fromEvent = rxFromEvent as FromEvent
```
..my VSCode says at line 2 that both types are not compatible.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.