UNPKG

zaraz-ts

Version:

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

5 lines (4 loc) 193 B
/** * If some Pageview-based events were not sent due to a lack of consent, they can be sent using this method after consent was granted. */ export declare function sendQueuedEvents(): void;