UNPKG
statewave
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Another Finite State Machine
github.com/ray-delossantos/statewave
ray-delossantos/statewave
statewave
/
lib
/
immediate.d.ts
5 lines
•
138 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
immediate
<
S
>(
state: S
): (
) =>
{ __immediate:
boolean
; state: S; };
//# sourceMappingURL=immediate.d.ts.map