Skip to content

Commit ba2b94e

Browse files
authored
Merge pull request #1922 from itsramiel/fix/expose-catch-error-to-ts
fix: make catchError visible to typescript
2 parents c673f09 + f5c3687 commit ba2b94e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/rx/__wmelonRxShim/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ export {
2424
switchMap,
2525
throttleTime,
2626
startWith,
27+
catchError
2728
} from 'rxjs/operators'
2829
export type { ConnectableObservable } from 'rxjs'

src/utils/rx/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ export {
2222
switchMap,
2323
throttleTime,
2424
startWith,
25+
catchError
2526
} from './__wmelonRxShim'
2627
export type { ConnectableObservable } from './__wmelonRxShim'

0 commit comments

Comments
 (0)