import { type Asserted } from "https://deno.land/x/typeguardkit@0.33.0/mod.ts";
Asserted
constructs a type consisting of the asserted type of
AsserterImplementation
.
Type Parameters
AsserterImplementation extends Asserter<unknown>
definition: ReturnType<AsserterImplementation["assert"]>