Files
Basalt2/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

2 lines
96 B
TypeScript

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