Ramtin Soltani
                                            Ramtin Soltani
                                        
                                    Not sure what the alternative would be in this case. It doesn't seem like Electron would support ES modules anytime soon (see [this thread](https://github.com/electron/electron/issues/21457) that's been going on for 3...
Actually it is possible to insert a line break with Shift + Enter (Windows 10 64bit, Atom 1.8.0 Beta 3), but unfortunately that breaks everything as the drawings (GUI) will...
You can create a `types.d.ts` file in your project and use the following code: ``` declare module 'ngx-web-worker' { export class WebWorkerService { run(workerFunction: (...args: any[]) => T, data?: any):...