Package Exports
- @protobuf-ts/runtime
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) 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
Runtime library for code generated by the protobuf-ts plugin.
To run code generated with the protobuf-ts plugin, you need this package as a dependency:
npm i @protobuf-ts/runtime
The types provided by this package are documented in the MANUAL.
For a quick overview of protobuf-ts
, check the repository README.
Copyright
- The algorithm to decode UTF8 is Copyright 2016 by Daniel Wirtz, licensed under BSD-3-Clause.
- The algorithm to decode 32 bit varint is Copyright 2016 by Daniel Wirtz, licensed under BSD-3-Clause.
- The algorithm to encode and decode 64 bit varint is Copyright 2008 Google Inc., licensed under BSD-3-Clause.
- All other files are licensed under Apache-2.0, see LICENSE.