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

    Type Alias Equivalent<A, B>Private Internal

    Equivalent: [A] extends [B] ? [B] extends [A] ? true : false : false

    Tests if the provided arguments resolve to equivalent TypeScript values.

    Does not catch all optional properties mismatches. You should use Exactly instead.

    Use this as the parameter for Expect or ExpectNot in order to run tests.

    Type Parameters

    • A

      Type to compare.

    • B

      Type to compare.

    0.1.0