UNPKG

@redshank/native-router

Version:

@redshank/native-router is a file-based router for React Native CLI

5 lines 219 B
/** * The list of input keys will become optional, everything else will remain the same. */ export type PickPartial<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>; //# sourceMappingURL=function-type.d.ts.map