Files
est-frame/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.d.ts
2025-10-22 05:38:27 +00:00

2 lines
96 B
TypeScript
Executable File

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