UNPKG

@fsmoothy/core

Version:

FSMoothy is a feature-rich and easy-to-use finite state machine for TypeScript.

5 lines 138 B
/** * Symbol that can be used to represent all states or events. */ export declare const All: any; //# sourceMappingURL=symbols.d.ts.map