Extract out the core parts of LSJD which are essential in creating, updating, removing, clearing key-value paired data from/to localstorage.
Ideally these should be available as a class
so any project via es modules would be able to import the required functionality.
Example : LSJD.create(key,value)
Extract out the core parts of LSJD which are essential in creating, updating, removing, clearing key-value paired data from/to localstorage.
Ideally these should be available as a class
so any project via es modules would be able to import the required functionality.
Example :
LSJD.create(key,value)