UNPKG

@didomi/iabtcf-cmpapi

Version:

Ensures other in-page digital marketing technologies have access to CMP transparency and consent information for the iab. Transparency and Consent Framework (TCF).

10 lines (9 loc) 247 B
export declare class CacheBucket<Type> { name: string; recalculations: number; private cache; constructor(name: string); get(key: string, recalculation: Function, ...args: any[]): Type; clear(): void; size(): number; }