@nevware21/ts-utils
    Preparing search index...

    Function isError

    • Checks if the type of value is a Error object.

      Parameters

      • value: any

        Value to be checked.

      Returns value is Error

      True if the value is a Error, false otherwise.