UNPKG

@schibstedspain/boros-cmp

Version:

Schibsted GDPR - Consent Management Provider - Standalone

23 lines (17 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * @interface */ var IdGenerator = /*#__PURE__*/ function () { function IdGenerator() {} var _proto = IdGenerator.prototype; _proto.generate = function generate() {}; return IdGenerator; }(); exports.default = IdGenerator;