• Ensures that whatever condition is being checked must be true for the remainder of the containing scope.

    Parameters

    • condition: unknown

      Some condition

    • Optional message: string | (() => string)

      Optional message or message creation function.

    Returns asserts condition

Generated using TypeDoc