UNPKG

arvo-xstate

Version:

This package allows you to use xstate Actors and State Machines to act as orchestrators in an Arvo Event Driven System

3 lines (2 loc) 141 B
import type { MachineMemoryRecord } from '../ArvoOrchestrator/types'; export declare function getJsonSize(obj: MachineMemoryRecord): number;