UNPKG

67 BTypeScriptView Raw
1export type IsNever<Type> = [Type] extends [never] ? true : false;