JSPM

  • Created
  • Published
  • Downloads 493148
  • Score
    100M100P100Q186707F
  • License (Apache-2.0 AND BSD-3-Clause)

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

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.