UNPKG

@segment/analytics-next

Version:

Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.

5 lines 392 B
import { Integrations } from '@segment/analytics-core'; import { RemoteIntegrationSettings } from '../..'; export declare const isInstallableIntegration: (name: string, integrationSettings: RemoteIntegrationSettings) => boolean | undefined; export declare const isDisabledIntegration: (integrationName: string, globalIntegrations: Integrations) => boolean; //# sourceMappingURL=utils.d.ts.map