Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Mar 8, 2024
1 parent c79735c commit 354fb80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ declare class ElectronStore<T extends Record<string, any> = Record<string, unkno

/**
Open the storage file in the user's editor.
Returns a promise that resolves when the editor has been opened, or rejects if it failed to open.
*/
openInEditor(): Promise<void>;
}
Expand Down

0 comments on commit 354fb80

Please sign in to comment.