Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/wearetheledger/fabric-shim-crypto-types

Types for the fabric-shim-crypto package
https://github.com/wearetheledger/fabric-shim-crypto-types

Last synced: 2 months ago
JSON representation

Types for the fabric-shim-crypto package

Lists

README

        

# fabric-shim-crypto-types
## How to add this type to your project
You can add these types to your project by appending it to your types in your `tsconfig.json`

```
{
"compilerOptions": {
... // include other options
"types": [
"@theledger/fabric-shim-crypto-types"
]
}
}
```