Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@protobuf-ts/runtime

timostamm1.9m(Apache-2.0 AND BSD-3-Clause)2.10.0TypeScript support: included

Runtime library for code generated by the protoc plugin "protobuf-ts"

Protocol Buffers, protobuf, TypeScript, bigint, Reflection

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:

`shell script

with npm:

npm install @protobuf-ts/runtime

with yarn:

yarn add @protobuf-ts/runtime


You probably want the protoc plugin as well: 

```shell script
# 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.