import { missingProperty } from "https://deno.land/x/typeguardkit@0.33.0/mod.ts";
missingProperty
can be passed to the TypeAssertionError
constructor as
value
to denote a missing object property, as distinct from one set to
undefined
.
x/typeguardkit/mod.ts>missingProperty
import { missingProperty } from "https://deno.land/x/typeguardkit@0.33.0/mod.ts";
missingProperty
can be passed to the TypeAssertionError
constructor as
value
to denote a missing object property, as distinct from one set to
undefined
.