@fondation-io/fast-db-batch-search-client
Version:
TypeScript client for Fast-DB batch search API with support for fuzzy search
10 lines • 356 B
TypeScript
/**
* Fast-DB Batch Search Client
*
* A TypeScript client library for the Fast-DB batch search API.
* Allows efficient searching for multiple titles by the same author.
*/
export { BatchSearchClient } from './client';
export { BatchSearchClient as FastDBBatchSearchClient } from './client';
export * from './types';
//# sourceMappingURL=index.d.ts.map