UNPKG

@svta/common-media-library

Version:
12 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TEXT_XML_UTF8 = void 0; /** * XML formatted, UTF-8 encoded, text header. * * @group DRM * * @beta */ exports.TEXT_XML_UTF8 = 'text/xml; charset=utf-8'; //# sourceMappingURL=TEXT_XML_UTF8.js.map