UNPKG

react-native-maps

Version:
2 lines (1 loc) 49 B
export type Modify<T, R> = Omit<T, keyof R> & R;