@kevisual/storage
MIT```ts const storage = new AssistantStorage({ app: 'app' }); storage.setItem('abc', { a: 1 }); const abc = storage.getItem('abc'); console.log('abc', abc); ```
95
Security score
0 known advisories in v0.0.4
Weekly downloads
—
Unpacked size
5.3 kB
Dependencies
0
Last publish
1 year ago
Security advisories
No known vulnerabilities affect v0.0.4.