node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / isAscii

Function: isAscii()

isAscii(charCode): boolean

Defined in: src/braille.ts:18

Check whether a character code is within printable ASCII range (32–127).

Parameters

charCode

number

The character code to check.

Returns

boolean

true when the code is in the printable ASCII range.