UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

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