(transformation: Dot)
| 36 | handleMultipleKeyEvents(keys: string[]): Promise<void>; |
| 37 | handleKeyEvent(key: string): Promise<void>; |
| 38 | rerunRecordedState(transformation: Dot): Promise<void>; |
| 39 | } |
| 40 | |
| 41 | export async function executeTransformations( |
no outgoing calls
no test coverage detected