0.6.0 • Published 4 years ago

@faebzz/localstore v0.6.0

Weekly downloads
5
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

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;
0.6.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago