Skip to main content
Module

x/xstate/src/constants.ts

State machines and statecharts for the modern web.
Go to Latest
File
import { ActivityMap, DefaultGuardType } from './types';
export const STATE_DELIMITER = '.';export const EMPTY_ACTIVITY_MAP: ActivityMap = {};export const DEFAULT_GUARD_TYPE: DefaultGuardType = 'xstate.guard';export const TARGETLESS_KEY = '';