1.0.3 • Published 1 month ago

keet-prefs v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

keet-prefs

Keet Preferences library

npm install keet-prefs

API

Atomic single-JSON-file-backed key-value store.

import prefs from 'keet-prefs'

Automigrates Production Keet preferences.json to keet-prefs app-storage based preferences.json.

await prefs.get(key)

Gets a value by key

await prefs.set(key, value)

Sets a value by key

await prefs.clear(key, value)

Clears all keys

LICENSE

Apache-2.0

1.0.3

1 month ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago