node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / brailleDecodeCharCode

Function: 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.

Parameters

charCode

number

Braille character code.

Returns

string | undefined

The ASCII character, or undefined.