UNPKG

@svta/common-media-library

Version:
14 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CMCD_JSON = void 0; /** * CMCD `json` transmission mode. * * @group CMCD * * @beta * * @deprecated JSON transmission mode is deprecated and will be removed in future versions. */ exports.CMCD_JSON = 'json'; //# sourceMappingURL=CMCD_JSON.js.map