UNPKG

c15t

Version:

Headless JavaScript consent management platform for cookie banners, privacy preferences, consent storage, and script gating.

4 lines (3 loc) 284 B
import type { ScriptDebugEvent, ScriptDebugEventInput, ScriptDebugListener } from './types'; export declare function emitScriptDebugEvent(event: ScriptDebugEventInput): ScriptDebugEvent; export declare function subscribeToScriptDebugEvents(listener: ScriptDebugListener): () => void;