UNPKG

meilisearch

Version:

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

5 lines 267 B
declare function sleep(ms: number): Promise<void>; declare function addProtocolIfNotPresent(host: string): string; declare function addTrailingSlash(url: string): string; export { sleep, addProtocolIfNotPresent, addTrailingSlash }; //# sourceMappingURL=utils.d.ts.map