UNPKG

meilisearch

Version:

The Meilisearch JS client for Node.js and the browser.

7 lines 222 B
import { Config } from '../types'; import { Client } from './client'; declare class MeiliSearch extends Client { constructor(config: Config); } export { MeiliSearch }; //# sourceMappingURL=browser-client.d.ts.map