UNPKG

gdpr-consent

Version:

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

12 lines (11 loc) 383 B
import { LangInterface } from "../interfaces/index.js"; import { en } from "./lang.en.js"; import { fr } from "./lang.fr.js"; export { en, fr }; export declare function getLanguages(): { [key: string]: LangInterface; }; export declare function getLanguage(languages: { [key: string]: LangInterface; }): LangInterface | undefined; export declare function getLocale(): string;