Files
website/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
2024-05-06 17:15:30 -04:00

2 lines
96 B
TypeScript

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