@pleisto/active-support
    Preparing search index...

    Function isNaN

    • Checks if value is NaN.

      Note: This method is not the same as isNaN which returns true for undefined and other non-numeric values.

      Parameters

      • Optionalvalue: any

        The value to check.

      Returns boolean

      Returns true if value is NaN, else false.