(self: Descriptor.Command<A>)
| 197 | |
| 198 | /** @internal */ |
| 199 | export const getUsage = <A>(self: Descriptor.Command<A>): Usage.Usage => getUsageInternal(self as Instruction) |
| 200 | |
| 201 | /** @internal */ |
| 202 | export const map = dual< |
no test coverage detected
searching dependent graphs…