@wtasnorg/node-lib / brailleDecodeCharCode
brailleDecodeCharCode(
charCode):string|undefined
Defined in: src/braille.ts:129
Decode a Braille character code back to an ASCII character.
Returns undefined when the code does not map to ASCII 0–127.
number
Braille character code.
string | undefined
The ASCII character, or undefined.