UNPKG

@cruxstack/node-sdk

Version:

A Node.js SDK for event tracking, user traits lookup, validation, and automatic retry with queueing.

3 lines (2 loc) 226 B
import { BulkEventResponse, BulkEventItem, ExtendedEventData } from './types/event'; export declare function cruxTrack(categoryName: string | BulkEventItem[], eventData?: ExtendedEventData): Promise<void | BulkEventResponse>;