@budarin/local-store
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @budarin/local-store

Weekly Downloads

8

Version

1.0.12

License

MIT

Unpacked Size

3.26 kB

Total Files

5

Last publish

Collaborators

  • budarin