Files
Basalt2/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isModernInsightsClient.d.ts
Robert Jelic 5c15cf28fa Test
2025-02-10 07:12:35 +01:00

7 lines
296 B
TypeScript

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;