@wtasnorg/node-lib / isAscii
isAscii(
charCode):boolean
Defined in: src/braille.ts:18
Check whether a character code is within printable ASCII range (32–127).
number
The character code to check.
boolean
true when the code is in the printable ASCII range.