UNPKG

@gojek/clickstream-web

Version:

A Modern, Fast, and Lightweight Event Ingestion library for Web

11 lines 280 B
export * from "./config.js"; export namespace EVENT_TYPE { const INSTANT: string; const REALTIME: string; } export namespace CUSTOM_EVENT { const BATCH_CREATED: string; const BATCH_FAILED: string; } export const TICK_TIME: 1000; //# sourceMappingURL=index.d.ts.map