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