UNPKG

@platform/state

Version:

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

6 lines (5 loc) 154 B
import * as t from './types'; export { t }; import { is } from './is'; export { is }; export declare const toNodeId: (node?: t.NodeIdentifier) => string;