A helper type that resolves to the given Yes type parameter if Actual === Expected. Otherwise it resolves to the given No type parameter.
Yes
Actual
Expected
No
@augment-vir/assert
A helper type that resolves to the given
Yes
type parameter ifActual
===Expected
. Otherwise it resolves to the givenNo
type parameter.