UNPKG

@iabtechlabtcf/core

Version:

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

6 lines (5 loc) 253 B
import { PurposeRestrictionVector } from '../../model/index.js'; export declare class PurposeRestrictionVectorEncoder { static encode(prVector: PurposeRestrictionVector): string; static decode(encodedString: string): PurposeRestrictionVector; }