0.3.0 • Published 9 months ago
@extra-workflow/extra-disk-store v0.3.0
@extra-workflow/extra-disk-store
Install
npm install --save @extra-workflow/extra-disk-store
# or
yarn add @extra-workflow/extra-disk-store
API
DiskStore
class DiskStore<T> implements IStore<T> {
constructor(view: DiskStoreView<number, IRecord<T>>)
}