Function toError

  • If the value is an Error, this returns the value. Otherwise, it creates a new Error with the stringified value as the message.

    Parameters

    • e: unknown

    Returns Error

Generated using TypeDoc