aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-local-storage/use-local-storage.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useLocalStorage hookArmand Philippot2023-11-111-0/+38
* return a tuple instead of an object * add a validator function as parameter (if the stored value is manually changed, it is not safe to cast its type) * add tests