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 protobuf-ts.
Create, clone, serialize, and compare protobuf messages. Get reflection information about message fields and custom options.
Installation:
# with npm:
npm install @protobuf-ts/runtime
# with yarn:
yarn add @protobuf-ts/runtime
You probably want the protoc plugin as well:
# with npm:
npm install -D @protobuf-ts/plugin
# with yarn:
yarn add --dev @protobuf-ts/plugin
To learn more, please read the MANUAL or check the repository README for a quick overview.
Copyright
- The algorithm to decode UTF8 is Copyright 2016 by Daniel Wirtz, licensed under BSD-3-Clause.
- The algorithm to encode and decode varint is Copyright 2008 Google Inc., licensed under BSD-3-Clause.
- All other files are licensed under Apache-2.0, see LICENSE.