2 lines
83 B
TypeScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
export default function get<T = any>(entity: any, path: (string | number)[]): any;