* Get the preload api.
()
| 356 | * Get the preload api. |
| 357 | */ |
| 358 | function getApi(): ElectronApi { |
| 359 | return (window as any).api; |
| 360 | } |
| 361 | |
| 362 | async function createBlockSplitHorizontally( |
| 363 | blockDef: BlockDef, |
no outgoing calls
no test coverage detected