Files
docs/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isModernInsightsClient.d.ts

7 lines
296 B
TypeScript
Raw Normal View History

2025-08-27 14:05:33 +08:00
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;