@wtasnorg/node-lib / brailleDecode
brailleDecode(
input,separator?):string
Defined in: src/braille.ts:102
Decode a Braille-encoded string back to ASCII.
string
The Braille string to decode.
string
Optional separator used during encoding.
string
The decoded string.
brailleDecode("⡈⡩"); // "Hi"