Skip to main content
Module

x/ts_toolbelt_unofficial/sources/Any/Cast.ts

👷 TypeScript's largest type utility library, now on Deno
Latest
import * as tsToolbeltUnofficial from "https://deno.land/x/ts_toolbelt_unofficial@1.1.0/sources/Any/Cast.ts";

Type Aliases

Ask TS to re-check that A1 extends A2. And if it fails, A2 will be enforced anyway. Can also be used to add constraints on parameters.