UNPKG

c15t

Version:

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

3 lines (2 loc) 182 B
export { createIframeBlocker, getIframeConsentCategories, processAllIframes, setupIframeObserver, } from './core'; export type { IframeBlocker, IframeBlockerConfig } from './types';