keet-prefs

1.0.3 • Public • Published

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

/keet-prefs/

    Package Sidebar

    Install

    npm i keet-prefs

    Weekly Downloads

    1

    Version

    1.0.3

    License

    Apache-2.0

    Unpacked Size

    17.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • davidmarkclements