(self: Instruction)
| 148 | |
| 149 | /** @internal */ |
| 150 | export const isWithDefault = (self: Instruction): self is WithDefault => self._tag === "WithDefault" |
| 151 | |
| 152 | /** @internal */ |
| 153 | export const isWithFallbackConfig = (self: Instruction): self is WithFallbackConfig => |
no outgoing calls
no test coverage detected
searching dependent graphs…