UNPKG

@algolia/autocomplete-plugin-algolia-insights

Version:

A plugin to add Algolia Insights to Algolia Autocomplete.

7 lines (6 loc) 296 B
import type { InsightsClient } from './types'; /** * Determines if a given insights `client` supports the optional call to `init` * and the ability to set credentials via extra parameters when sending events. */ export declare function isModernInsightsClient(client: InsightsClient): boolean;