Skip to content

Instantly share code, notes, and snippets.

@jtlapp
Last active April 2, 2022 18:11
Show Gist options
  • Save jtlapp/4e1d0a45497300e4549c8cc2aaf0e377 to your computer and use it in GitHub Desktop.
Save jtlapp/4e1d0a45497300e4549c8cc2aaf0e377 to your computer and use it in GitHub Desktop.
Type of the exposeMainApi() function
function exposeMainApi<T extends ElectronMainApi<T>>(mainApi: T): void {
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment