• Stars
    star
    9
  • Rank 1,939,727 (Top 39 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Store and retrieve actual values from local and session storage in the browser. When using localStorage or sessionStorage natively, values are converted to strings when they're stored. Retrieving information requires parsing the strings from storage to the correct data type. Argon adds type hints for each native javascript data type when you store a piece of data. The type hint is used during retrieval to automatically return your data in its native form. This even works for functions.