1.2.8 • Published 4 years ago

localpersistence v1.2.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

localpersistence

localpersistence is an API that wraps around the web storage and indexedDB. It simplifies the CRUD operations between those kind of storages.

Get started

import { lssv } from "localpersistence";

const l = new lssv();

const metadata = l.createStorageObject("metadata", { theme: "dark" });
1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago