CCC Docs
    Preparing search index...
    • Asserts that a condition is true, throwing an error if it is not.

      Parameters

      • condition: unknown

        The condition to assert.

      • Optionalmessage: string = "Assert failed"

        The error message to throw if the condition is false.

      Returns asserts condition

      If the condition is false.