Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xstate/src/guards.ts>toGuardDefinition

State machines and statecharts for the modern web.
Go to Latest
function toGuardDefinition
import { toGuardDefinition } from "https://deno.land/x/xstate@xstate%405.0.0-beta.13/src/guards.ts";

Type Parameters

TContext extends MachineContext
TEvent extends EventObject

Parameters

guardConfig: GuardConfig<TContext, TEvent>
optional
getPredicate: (guardType: string) => GuardPredicate<TContext, TEvent>