UNPKG

cumqueoptio

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

8 lines (6 loc) 146 B
import type { Interpreter } from 'xstate/lib/interpreter'; export type MachineMap = { [K in string]?: { service: Interpreter<any>; }; };