UNPKG

object-hierarchy-access

Version:

Get/Set value from/to JS object hierarchy properties

3 lines (2 loc) 72 B
declare function get(target: any, ...rest: any[]): any; export { get };