Files
copilot-toolbox-sdfdsfds/node_modules/rc-util/lib/utils/get.d.ts
2026-01-16 01:51:36 +00:00

2 lines
123 B
TypeScript

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