@wtasnorg/node-lib / isBraille
isBraille(
ch):boolean
Defined in: src/braille.ts:29
Check whether a single character is a Braille pattern that maps back to a printable ASCII character.
string
A single character to test.
boolean
true when ch is a Braille character mapping to ASCII 0–127.