Export

InvariantResponse

interface InvariantResponse {
    broken: boolean;
    invariant: string;
    msg: string[];
}

Properties

Properties

broken: boolean

Returns true if the invariant is broken.

Memberof

InvariantResponse

invariant: string

The name of the invariant.

Memberof

InvariantResponse

msg: string[]

Informative message about the invariant result.

Memberof

InvariantResponse

Generated using TypeDoc