2020-05-19 11:43:42 +03:00

2 lines
83 B
TypeScript

export default function get<T = any>(entity: any, path: (string | number)[]): any;