AntAlmanac
AntAlmanac copied to clipboard
feat: create local storage abstraction
Summary
- Create
localStorage
abstractions for getting, setting, and removing. Not all getters/setters/removers are utilized, but I've chosen to keep/include them for completeness-sake.
Test Plan
- Confirm that every abstraction works as intended
- Or, assuming that the abstractions are all written correctly, you can read over the PR and confirm that they were abstracted one-to-one
Issues
Closes #889