-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .reset()
method
#87
Conversation
It should also support resetting to the default value if the user defined the |
I think it would be useful if it could reset multiple keys too. |
Just added support to
.reset() accepts any number of parameters now and it will reset them all |
Co-Authored-By: Sindre Sorhus <[email protected]>
Co-Authored-By: Sindre Sorhus <[email protected]>
Linked with: sindresorhus/electron-store#84