@comscore/analytics
Version:
Provides Comscore Audience Measurement intended for use by Comscore customers.
22 lines (17 loc) • 549 B
TypeScript
import type { Analytics } from './analytics/analytics';
declare const analytics: Analytics;
export default analytics;
export type {
StreamingAnalyticsListener,
StreamingAnalyticsMeasurementListener,
} from './streaming/streaminganalytics';
export type {
ConfigurationChangeListener,
CrossPublisherUniqueDeviceIdChangeListener,
PublisherUniqueDeviceIdListener
} from './analytics/configuration';
export type {
PlatformApiStorage,
PlatformApiMigratedStorage,
ExtendedPlatformApi
} from './platformapi/platformapi';