UNPKG

zaraz-ts

Version:

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

7 lines (6 loc) 148 B
/** * Returns an object with the checkbox status of all purposes. */ export declare function getAllCheckboxes(): { [key: string]: boolean; };