UNPKG

@iabtechlabtcf/core

Version:

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

7 lines (6 loc) 233 B
import { Vector } from '../../model/index.js'; export declare class VendorVectorEncoder { static encode(value: Vector): string; static decode(value: string, version?: number): Vector; private static buildRangeEncoding; }