UNPKG

@iabtechlabtcf/core

Version:

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

5 lines (4 loc) 163 B
export declare class IntEncoder { static encode(value: number | string, numBits: number): string; static decode(value: string, numBits: number): number; }