UNPKG

c15t

Version:

<div align="center"> <img src="https://c15t.com/logo-icon.png" alt="c15t Logo" width="64" height="64" /> <h1>c15t</h1> <p>Transform privacy consent from a compliance checkbox into a fully observable system</p>

9 lines 565 B
/** * Client exports for consent management. * This file provides a centralized export point for all client-related functionality. */ export { configureConsentManager, type ConsentManagerOptions, type ConsentManagerInterface, type ConsentManagerCallbacks, } from './client-factory'; export { C15tClient, type C15tClientOptions, } from './client-c15t'; export { CustomClient, type CustomClientOptions, type EndpointHandler, } from './client-custom'; export { OfflineClient, type OfflineClientOptions, } from './client-offline'; //# sourceMappingURL=index.d.ts.map