Function assert

  • Asserts that the expression passed to the function is truthy, otherwise throws a new Error with the provided message.

    Parameters

    • expression: unknown

      The expression to be asserted.

    • message: string

      The error message to be printed.

    Returns asserts expression

Generated using TypeDoc