0.15.0 • Published 6 years ago

@listener-js/store v0.15.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@listener-js/store

Listener store

store

Install

npm install @listener-js/listener @listener-js/store

Setup

import { listener } from "@listener-js/listener"
import { store } from "@listener-js/store"

listener({ store })

Usage

store.set([], ["hello", "world"], true)
store.get([], []) // { hello: { world: true } }
store.get([], ["hello"]) // { world: true }
store.get([], ["hello", "world"]) // true
store.merge([], ["hello"], { universe: true })
store.get([], []) // { hello: { universe: true, world: true } }
0.15.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago