1.2.8 • Published 2 years ago

localpersistence v1.2.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago