Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Type Alias ExpectNot<T_Test>

    ExpectNot: Exactly<T_Test, false>

    Demands the parameter evaluate to false. Inverse of Expect.

    To be used with other Test types.

    Evaluates to true on pass and false on fail. Non-false inputs will error, except never.

    Type Parameters

    0.1.0