import { TypeAssertionError } from "https://deno.land/x/typeguardkit@0.33.0/mod.ts";
A TypeAssertionError
should be thrown from an Asserter<Type>
when value
is not of Type
.
x/typeguardkit/mod.ts>TypeAssertionError
import { TypeAssertionError } from "https://deno.land/x/typeguardkit@0.33.0/mod.ts";
A TypeAssertionError
should be thrown from an Asserter<Type>
when value
is not of Type
.