mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-01-31 14:24:19 -05:00
7 lines
296 B
TypeScript
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;
|