(stdout: NodeJS.WriteStream)
| 195 | } |
| 196 | |
| 197 | function getInk(stdout: NodeJS.WriteStream): InkLike | undefined { |
| 198 | return instances.get(stdout) as unknown as InkLike | undefined |
| 199 | } |
| 200 | |
| 201 | function getInkSummary(stdout: NodeJS.WriteStream) { |
| 202 | const ink = getInk(stdout) |
no test coverage detected