Skip to main content
Module

std/testing/types.ts>IsNever

Deno standard library
Go to Latest
type alias IsNever
import { type IsNever } from "https://deno.land/std@0.202.0/testing/types.ts";

Checks if type T is the never type.

definition: [T] extends [never] ? true : false