(self: Instruction)
| 113 | |
| 114 | /** @internal */ |
| 115 | export const isStandard = (self: Instruction): self is Standard => self._tag === "Standard" |
| 116 | |
| 117 | /** @internal */ |
| 118 | export const isGetUserInput = (self: Instruction): self is GetUserInput => self._tag === "GetUserInput" |
no outgoing calls
no test coverage detected
searching dependent graphs…