index.d.ts 153 B

12
  1. export function get (object: object, path: string|string[], def?: any): any;
  2. export function set (object: object, path: string|string[], val: any): any;