0.0.10 • Published 1 year ago

@itzsunny/storageapi v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Basic Storage Api

Run command for install npm i -D @itzsunny/storageapi

Example

import Storage from '@itzsunny/storageapi';
const storage = new Storage("LOCAL");  // "LOCAL" | "SESSION"

storage.set(key, value); // Set value in localstorage
storage.get(key); // Get value in localstorage
storage.clear(key)// Clear value in localstorage
storage.cleanAll(); // Clear All value in localstorage
0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago