Files
Basalt2/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
Robert Jelic b0a4a6da9c Vitepress
2025-02-10 06:53:23 +01:00

2 lines
96 B
TypeScript

export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: string[]): any;