get.d.ts 123 B

1
  1. export default function get(entity: any, path: (string | number | symbol)[] | readonly (string | number | symbol)[]): any;