UNPKG

type-enhancers

Version:
5 lines (3 loc) 153 B
import type { IsExtends } from './IsExtends'; // Explanation: https://stackoverflow.com/a/49928360/13349770 export type IsAny<T> = IsExtends<0, 1 & T>;