UNPKG

gdpr-consent

Version:

GDPR banner to comply with the European cookie law. Inspired by tarteaucitronjs.

6 lines (5 loc) 451 B
import { GDPRConsentParameters, LangInterface, ServiceInterface } from "../interfaces/index.js"; export declare function read(gdprConsentParams: GDPRConsentParameters): string; export declare function create(key: string, status: boolean | string, gdprConsentParams: GDPRConsentParameters): void; export declare function purge(arr: string[]): void; export declare function checkCount(key: string, service: ServiceInterface, lang: LangInterface): void;