| 74 | onFrame?: (event: FrameEvent) => void; |
| 75 | }; |
| 76 | export default class Ink { |
| 77 | private readonly log: LogUpdate; |
| 78 | private readonly terminal: Terminal; |
| 79 | private scheduleRender: (() => void) & { |
nothing calls this directly
no outgoing calls
no test coverage detected