Skip to content

faebzz/localStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localStore

localStore is a simple JavaScript localStorage manager, where you don't have to worry about types anymore. If you wanna save an object you are now able to without any afterwards parsing.

Getting started

npm install --save @faebzz/localstore

Usage

import localStore from '@faebzz/localstore';

// Set a value without stringify
localStore.set('myArray', [1,2,3,4]);

// Get a value without parse
var result = localStore.get('myArray').length;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published