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 thoroughif (typeofwindow !== 'undefined') {
(windowasany).withCookieYes = withCookieYes;
}