@deck.gl/json
Version:
JSON format rendering components for deck.gl
9 lines • 468 B
TypeScript
/**
* Access properties of nested containers using dot-path notation
* Returns `undefined` if any container is not valid, instead of throwing
* @param {Object} container - container that supports get
* @param {String|*} compositeKey - key to access, can be '.'-separated string
* @return {*} - value in the final key of the nested container, or `undefined`
*/
export declare function get(container: any, compositeKey: any): any;
//# sourceMappingURL=get.d.ts.map