devstar插件
This commit is contained in:
6
node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isModernInsightsClient.d.ts
generated
vendored
Normal file
6
node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isModernInsightsClient.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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;
|
Reference in New Issue
Block a user