UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

3 lines (2 loc) 161 B
import { GeneralObject } from '../types'; export declare function get<T>(obj: GeneralObject | undefined, keypath: string | string[], defaultValue?: T): T | any;