(self: Instruction)
| 171 | |
| 172 | /** @internal */ |
| 173 | export const isSingle = (self: Instruction): self is Single => self._tag === "Single" |
| 174 | |
| 175 | /** @internal */ |
| 176 | export const isKeyValueMap = (self: Instruction): self is KeyValueMap => self._tag === "KeyValueMap" |
no outgoing calls
no test coverage detected