Package Exports
- @protobuf-ts/runtime-rpc
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 (@protobuf-ts/runtime-rpc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@protobuf-ts/runtime-rpc
Runtime library for RPC clients generated by the protobuf-ts plugin.
If you generate RPC code with the protobuf-ts plugin, for example using
Twirp via @protobuf-ts/twirp-transport
or gRPC web using
@protobuf-ts/grpcweb-transport
, you need this package as a dependency:
npm i @protobuf-ts/runtime-rpc
The types provided by this package are documented in the
MANUAL.
For a quick overview of protobuf-ts
, check the repository README.