get.d.ts 83 Bytes Raw Blame History Permalink 1 export default function get<T = any>(entity: any, path: (string | number)[]): any;