UNPKG

@segment/analytics.js-core

Version:

The hassle-free way to integrate analytics into any web application.

17 lines (14 loc) 282 B
import { SegmentAnalytics } from './index.d'; declare global { namespace NodeJS { interface Global { analytics: SegmentAnalytics.AnalyticsJS; } } interface Window { analytics: SegmentAnalytics.AnalyticsJS; jQuery: any; Zepto: any; } } export {};