insomnia/flow-typed/electron.js
2017-07-18 19:54:03 -07:00

7 lines
100 B
JavaScript

declare module 'electron' {
declare module.exports: {
shell: Object,
remote: Object
}
}