UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 258 B
/** * Gets the value at path of object. If the resolved value is undefined, * the defaultValue is returned in its place. * Drop-in replacement for lodash/get. */ export default function get(object: any, path: string | string[], defaultValue?: any): any;