UNPKG

@aller/blink

Version:

A library for tracking user behaviour.

9 lines (8 loc) 399 B
import { BlinkEvent } from '../types'; import { Page } from '../selectors/get-page-state'; /** * Prepares a raw impression by aggregating its fields so that * it can be sent to the server in the format aas expects. */ export default function prepareBoxEvent(page: Page, id: string, time?: Date): BlinkEvent; export declare function getAllBoxEventsPrepared(page: Page, time?: Date): BlinkEvent[];