export type IsNever = [T] extends [never] ? true : false;