minishouyin/node_modules/rc-util/lib/utils/get.d.ts

2 lines
123 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
export default function get(entity: any, path: (string | number | symbol)[] | readonly (string | number | symbol)[]): any;