UNPKG

@cnaught/analytics-consent-wrapper-cookieyes

Version:

Segment analytics consent wrapper for CookieYes

10 lines (7 loc) 295 B
import { withCookieYes } from './index'; export { withCookieYes }; // this will almost certainly be executed in the browser, but since this is UMD, // we are checking just for the sake of being thorough if (typeof window !== 'undefined') { (window as any).withCookieYes = withCookieYes; }