ReactNativ / protobuf-ts-runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:Makefile 0.3%Language:JavaScript 0.3%