UNPKG

zaraz-ts

Version:

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

5 lines (4 loc) 161 B
/** * Set the checkboxStatus status for all purposes in the consent modal at once. */ export declare function setAllCheckboxes(checkboxStatus: boolean): void;