import {And} from './And' import {IsAny} from './IsAny' export type Equals = IsAny extends true ? IsAny extends true ? true : false : And