Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias GuardAll
import { type GuardAll } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.6/utils/propertiesMatcher.ts";
definition:
& GuardNumber<A>
& GuardString<A>
& GuardBoolean<A>
& GuardObject<A>
& GuardList<A>
& GuardPointer<A>
& GuardUnion<A>
& GuardEnum<A>