Skip to main content
Go to Latest
type alias GuardAll
import { type GuardAll } from "https://deno.land/x/embassyd_sdk@v0.3.4-alpha1/utils/propertiesMatcher.ts";
definition:
& GuardNumber<A>
& GuardString<A>
& GuardBoolean<A>
& GuardObject<A>
& GuardList<A>
& GuardPointer<A>
& GuardUnion<A>
& GuardEnum<A>