entry-store
v1.0.1
Published
A library for store search history entry data
Maintainers
Readme
entry-store
A library for store search history entry data.
Install
npm install entry-storeUsage
import { createEntryStore } from 'entry-store'
const entryStore = createEntryStore(key, (val1, val2) => val1 === val2, options)
License
MIT
