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.
- Host: GitHub
- URL: https://github.com/frolleks/electron-typings
- Owner: frolleks
- Created: 2024-06-09T10:07:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T08:26:06.000Z (about 2 years ago)
- Last Synced: 2025-03-14T10:39:09.981Z (over 1 year ago)
- Topics: electron, electronjs
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
///
```