Function isAscii

  • Return true for all characters below or equal U+007f, which is ASCII.

    Parameters

    • code: number

      The code point.

    Returns boolean

    1.0.0