Function isWhitespaceChar

  • Returns true if the character is one of: ' ', '\t', '\n', '\r'

    Parameters

    • charCode: number

    Returns boolean