Runtime library for code generated by the protoc plugin "protobuf-ts"
npm install @protobuf-ts/runtime@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:
``shell scriptwith npm:
npm install @protobuf-ts/runtime
You probably want the protoc plugin as well:
`shell script
with npm:
npm install -D @protobuf-ts/pluginwith yarn:
yarn add --dev @protobuf-ts/plugin
``To learn more, please read the MANUAL
or check the repository README for a quick overview.
- The code to decode UTF8 is Copyright 2016 by Daniel Wirtz, licensed under BSD-3-Clause.
- The code 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.