UNPKG

@iabtcf/core

Version:

Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).

7 lines (6 loc) 186 B
export declare class ConsentLanguages { private static readonly langSet; has(key: string): boolean; forEach(callback: (key: string) => void): void; get size(): number; }