UNPKG
@jameshclrk/rxdb-hooks
Version:
latest (6.0.1)
6.0.1
React hooks for integrating with RxDB
github.com/jameshclrk/rxdb-hooks
jameshclrk/rxdb-hooks
@jameshclrk/rxdb-hooks
/
src
/
type.helpers.ts
2 lines
(1 loc)
•
51 B
text/typescript
View Raw
1
2
export
type
Override<T, R> = Omit<T, keyof R> & R;