unis_crm/frontend1/node_modules/@rc-component/util/lib/utils/get.d.ts

2 lines
123 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export default function get(entity: any, path: (string | number | symbol)[] | readonly (string | number | symbol)[]): any;