helper.d.ts 94 B

1
  1. export declare function getDeepFromObject(object: {}, name: string, defaultValue?: any): any;