Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 465 Bytes

Typed Electron

The type definition for electron

LICENSE

MIT

Contributing

# Fork this repo
npm install

npm run watch

# add tests, make changes, pass tests ... then [ctrl+c]
npm run publish

Updating

Update typings.json/version to match the source version you are typing against. e.g. if you are creating typings for [email protected], then:

// typings.json
{
  "version": "3.5.0"
  // ...
}