2.2.0 • Published 4 years ago

@theledger/fabric-shim-crypto-types v2.2.0

Weekly downloads
257
License
MIT
Repository
github
Last release
4 years ago

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"
    ]
  }
}