1.4.1-3 • Published 2 years ago

@apex-pub/fabric-shim-crypto-types v1.4.1-3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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"
    ]
  }
}