safeGet.d.ts 85 B

123
  1. declare function safeGet(obj: any, path: string | string[]): any;
  2. export = safeGet;