Compile-time assertion that two types are exactly equal.
This function performs a bidirectional type check to ensure T and U are
the same type. It causes a TypeScript compilation error if the types differ.
The function body is empty as verification happens entirely at the type level.
Compile-time assertion that two types are exactly equal.
This function performs a bidirectional type check to ensure
TandUare the same type. It causes a TypeScript compilation error if the types differ. The function body is empty as verification happens entirely at the type level.