UNPKG

zaraz-ts

Version:

Zaraz TS - A type-safe wrapper around the Cloudflare Zaraz Web API.

7 lines (6 loc) 221 B
/** * A utility that checks if zaraz exists on the window object. If not it queues * the events until zaraz is initialized. If zaraz is initialized, it flushes * the queue. */ export declare function getZaraz(): any;