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
- Update @iota/iota.js dependency in package.json to desired version
- Increment version of this package in package.json
npm install
npm run build
npm publish --tag latest