Expect (Type)
Type Aliases
Section titled “Type Aliases”Expect
Section titled “Expect”type Expect<T> = T;Defined in: types/Expect.ts:5
Helper type used for testing other interfaces/types. Only true is assignable,
anything else errors.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T extends true |
