@segment/analytics-consent-wrapper-onetrust
Version:
<img src="img/onetrust-popup.jpg" width="500" />
12 lines • 392 B
JavaScript
/**
* This file is meant to be used to create a webpack bundle.
*/
import { withOneTrust } from './index';
export { withOneTrust };
// 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.withOneTrust = withOneTrust;
}
//# sourceMappingURL=index.umd.js.map