Files
Basalt2/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
Robert Jelic 5c15cf28fa Test
2025-02-10 07:12:35 +01:00

2 lines
96 B
TypeScript

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