Module

std/_util/assert_type.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.145.0/_util/assert_type.ts";

Functions

Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type.

Type Aliases

Checks if type T is the any type.

Checks if type T exactly matches type U.