UNPKG

xcoobee-cookie-kit-core

Version:

GDPR / CCPA Easy Cookie, Script, and Fingerprint Consent Management for Websites

16 lines (13 loc) 354 B
import configs from "./configs"; import cookieConsentsCache from "./cookieConsentsCache"; import graphql from "./graphql"; import NotAuthorizedError from "./NotAuthorizedError"; import renderText from "./renderText"; const core = { configs, cookieConsentsCache, graphql, NotAuthorizedError, renderText, }; export default core;