Files
copilot-toolbox-template-121/node_modules/rc-util/lib/utils/get.d.ts
2026-01-16 02:20:32 +00:00

2 lines
123 B
TypeScript

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