UNPKG

next

Version:

The React Framework

2 lines (1 loc) 83 B
export declare function pick<T, K extends keyof T>(obj: T, keys: K[]): Pick<T, K>;