Creates a signal table for use with StateMachine. Example: const signals = { start: chip.makeSignalTable({ win: "end", lose: "start", }), }; `
Generated using TypeDoc
Creates a signal table for use with StateMachine. Example: const signals = { start: chip.makeSignalTable({ win: "end", lose: "start", }), }; `