@extra-workflow/blackglory-store-service
v0.1.0
Published
```sh npm install --save @extra-workflow/blackglory-store-service # or yarn add @extra-workflow/blackglory-store-service ```
Downloads
6
Readme
@extra-workflow/blackglory-store-service
Install
npm install --save @extra-workflow/blackglory-store-service
# or
yarn add @extra-workflow/blackglory-store-serviceAPI
StoreService
class StoreService<T> implements IStore<T> {
constructor(
client: StoreClient
, namespace: string
, options: {
toJSONValue: (value: T) => JSONValue
fromJSONValue: (json: JSONValue) => T
}
)
}