@loopkit/javascript
Version:
JavaScript SDK for LoopKit analytics platform
12 lines • 687 B
TypeScript
/**
* LoopKit JavaScript SDK
*
* A complete analytics SDK for tracking events, user identification,
* and behavioral analytics in web applications.
*/
import { LoopKit } from './core/LoopKit.js';
declare const loopkit: LoopKit;
export default loopkit;
export { LoopKit };
export type { LoopKitConfig, LogLevel, RetryBackoff, BaseEvent, TrackEvent, IdentifyEvent, GroupEvent, SystemInfo, ContextInfo, ClickEventProperties, BatchEventInput, TrackOptions, ApiResponse, ApiPayload, ILoopKit, IStorageManager, ISessionManager, IQueueManager, INetworkManager, IBrowserFeatures, Config, Event, ClickEvent, BatchEvent, Options, } from './types/index.js';
//# sourceMappingURL=index.d.ts.map