An open API service indexing awesome lists of open source software.

https://github.com/frolleks/electron-typings

Types from the Electron API, for those who only want to use the API.
https://github.com/frolleks/electron-typings

electron electronjs

Last synced: 5 months ago
JSON representation

Types from the Electron API, for those who only want to use the API.

Awesome Lists containing this project

README

          

# electron-typings

> ### ⚠️ NOTICE! ⚠️
>
> This is only for projects that only need to use Electron API without installing the whole thing. If you want to use this for adding types to Electron for your app, Electron already has it, and you don't need to install this for that purpose.

Types extracted from the Electron package. Releases new versions whenever there are new versions of it.

## Usage

Create a `modules.d.ts` file then copy and paste:

```ts
///
```