Skip to content

Commit

Permalink
revert: "Adds TypeScript interface for SafeStorage (#155)" (#159)
Browse files Browse the repository at this point in the history
Revert "Adds TypeScript interface for SafeStorage (#155)"

This reverts commit 2f79ed6.
  • Loading branch information
dsanders11 committed Aug 30, 2023
1 parent 07ca4ce commit c9f3d67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export {
DownloadItem,
IncomingMessage,
MessagePortMain,
SafeStorage,
ServiceWorkers,
TouchBarButton,
TouchBarColorPicker,
Expand Down Expand Up @@ -48,7 +47,6 @@ export var Notification: typeof Electron.Notification;
export var powerMonitor: Electron.PowerMonitor;
export var powerSaveBlocker: Electron.PowerSaveBlocker;
export var protocol: Electron.Protocol;
export var safeStorage: Electron.SafeStorage;
export var screen: Electron.Screen;
export var session: typeof Electron.session;
export var ShareMenu: typeof Electron.ShareMenu;
Expand Down

0 comments on commit c9f3d67

Please sign in to comment.