@agentix-e/spel-ts - v2.0.2
    Preparing search index...

    Function isIdentifierPart

    • Check if character is a valid identifier part (letter, digit, _, $)

      Note that isDigit stays ASCII-only, matching Spring's FLAGS table which marks only 0-9; a full-width digit is therefore not an identifier part.

      Parameters

      • ch: number

      Returns boolean