UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

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