daltonmenezes / interprocess

💬 A scalable and type-safe Electron IPC management tool with enhanced DX
https://interprocess.daltonmenezes.com
MIT License
95 stars 2 forks source link

fix: where main or renderer handlers declaration are omitted and thrown undefined #21

Closed daltonmenezes closed 1 year ago

daltonmenezes commented 1 year ago

As the main or renderer handlers declarations are optional, this pr fixes the undefined state when one of them are not provided!

Closes #19