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