```sh npm install --save @extra-workflow/extra-disk-store # or yarn add @extra-workflow/extra-disk-store ```
npm install @extra-workflow/extra-disk-storesh
npm install --save @extra-workflow/extra-disk-store
or
yarn add @extra-workflow/extra-disk-store
`API
$3
`ts
class DiskStore implements IStore {
constructor(view: DiskStoreView>)
}
``