UNPKG

@angular-redux/store

Version:
8 lines (7 loc) 231 B
/** * Gets a deeply-nested property value from an object, given a 'path' * of property names or array indices. * * @hidden */ export declare function getIn(v: any | undefined, pathElems: (string | number)[]): any | undefined;