1.0.0 • Published 10 months ago

entry-store v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

1.0.0

10 months ago