import type { IsEqual } from 'type-fest' /** * Utility function assert that two types are equal in tests. */ export function assertTypeEqual(_val: IsEqual): void { // noop }