UNPKG

@platform/state

Version:

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

5 lines (4 loc) 113 B
export declare const is: { observable: (input: any) => boolean; stateObject: (input: any) => boolean; };