0.0.10 • Published 2 years ago

@itzsunny/storageapi v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago