UNPKG

@fondation-io/fast-db-batch-search-client

Version:

TypeScript client for Fast-DB batch search API with support for fuzzy search

11 lines (9 loc) 358 B
/** * 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'; // Alias for backward compatibility export * from './types';