UNPKG

@svta/common-media-library

Version:
9 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCharForByte = getCharForByte; const specialCea608CharsCodes_js_1 = require("./specialCea608CharsCodes.js"); function getCharForByte(byte) { return String.fromCharCode(specialCea608CharsCodes_js_1.specialCea608CharsCodes[byte] || byte); } ; //# sourceMappingURL=getCharForByte.js.map