UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 132 B
/** * get "nested" object property */ declare function get(obj: Record<string, any>, prop: string): any; export default get;