Skip to content

Type Editor


Type Editor / @type-editor/changeset / simplify-changes/is-letter

simplify-changes/is-letter

Functions

FunctionDescription

isLetter

Determines whether a character code represents a letter or digit.

For ASCII characters, checks if the code is in the alphanumeric range. For non-ASCII characters, uses Unicode properties if available, otherwise checks for case changes or single-case script membership.