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