UNPKG

@jameshclrk/rxdb-hooks

Version:

React hooks for integrating with RxDB

2 lines (1 loc) 51 B
export type Override<T, R> = Omit<T, keyof R> & R;