@segment/analytics-consent-wrapper-onetrust
Version:
<img src="img/onetrust-popup.jpg" width="500" />
10 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withOneTrust = void 0;
/**
* This is the public API for this package.
* We avoid using splat (*) exports so that we can control what is exposed.
*/
var wrapper_1 = require("./domain/wrapper");
Object.defineProperty(exports, "withOneTrust", { enumerable: true, get: function () { return wrapper_1.withOneTrust; } });
//# sourceMappingURL=index.js.map