EndoJS
    Preparing search index...

    Interface DeprecatedAssertionUtilities

    interface DeprecatedAssertionUtilities {
        error: (
            details?: Details,
            errConstructor?: GenericErrorConstructor,
            options?: AssertMakeErrorOptions,
        ) => Error;
        makeAssert: MakeAssert;
    }
    Index

    Properties

    Properties

    error: (
        details?: Details,
        errConstructor?: GenericErrorConstructor,
        options?: AssertMakeErrorOptions,
    ) => Error

    Type Declaration

    makeAssert: MakeAssert