jccp_a/vuepress/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isModernInsightsClient.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08: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;