Skip to content

Commit

Permalink
No default export in electron
Browse files Browse the repository at this point in the history
  • Loading branch information
anis-campos committed Apr 21, 2019
1 parent 931a087 commit b2a9be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Electron from "electron";
import "electron";

declare namespace EipHop {
export interface RequestObject<Payload> {
Expand Down

0 comments on commit b2a9be2

Please sign in to comment.