UNPKG

61 BTypeScriptView Raw
1export type IsAny<Type> = 0 extends 1 & Type ? true : false;