1.0.12 • Published 2 months ago

@budarin/local-store v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

local-store

Local storage service

Installation

yarn add @budarin/local-store

Usage

import { LocalStore } from '@budarin/local-store';

const store = new LocalStore(); //LocalStore(console)

store.setItem('key', 'value');
store.getItem('key');
store.removeItem('key');
store.clear();

License

MIT

1.0.12

2 months ago

1.0.11

2 months ago

1.0.10

2 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago