UNPKG

@shopify/polaris

Version:

Shopify’s product component library

3 lines (2 loc) 139 B
import { GeneralObject } from '../types'; export declare function pick(obj: GeneralObject | null, ...keyPaths: (string | string[])[]): {};