UNPKG

zaraz-ts

Version:

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

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