JSPM

  • Created
  • Published
  • Downloads 52
  • Score
    100M100P100Q71325F
  • License Apache-2.0

Shared Iota Typescript types

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iota/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @iota/types

    Shared Iota Typescript types

    Convenience package to install @iota/iota.js types.

    Prerequisites

    npm install @iota/types

    Publish new types

    1. Update @iota/iota.js dependency in package.json to desired version
    2. Increment version of this package in package.json
    3. npm install
    4. npm run build
    5. npm publish --tag latest