UNPKG

@svta/common-media-library

Version:
12 lines 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UTF_16 = void 0; /** * UTF-16 Encoding. * * @group Utils * * @beta */ exports.UTF_16 = 'utf-16'; //# sourceMappingURL=UTF_16.js.map