UNPKG

meilisearch

Version:

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

4 lines (3 loc) 225 B
export function versionErrorHintMessage(message: string, method: string) { return `${message}\nHint: It might not be working because maybe you're not up to date with the Meilisearch version that ${method} call requires.` }