UNPKG

@platform/state

Version:

A small, simple, strongly typed, [rx/observable] state-machine.

6 lines (5 loc) 191 B
import * as t from './types'; export { t }; import { is } from './is'; export { is }; export declare const toNodeId: (node?: string | t.INode<Record<string, unknown>> | undefined) => string;