UNPKG

type-enhancers

Version:
2 lines (1 loc) 62 B
export type IsExtends<T1, T2> = T1 extends T2 ? true : false;