-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added dot notation along with appropriate types #3
Added dot notation along with appropriate types #3
Conversation
Thanks a lot for your contribution! I'll review the rest of the changes soon. |
Oh I didn't realize, I've reverted the has change. Everything else should work mostly the same, only with added dot notation. |
Thanks! I won't merge this into main yet. A few things need to be done still:
I'll create a new branch and merge this PR into it. You can contribute further if you wish or I'll handle this and try to release this ASAP! |
Is it possible? |
I don't think I'm able to. electron-settings does have that functionality, but I checked and the way it's implemented has incomplete TS support. |
Co-authored-by: Harsh Khandeparkar <34770591+harshkhandeparkar@users.noreply.github.com>
This fork adds dot notation with working TS support and removes the 'has' function as I felt it was irrelevant.