JSPM

  • Created
  • Published
  • Downloads 493148
  • Score
    100M100P100Q186686F
  • License Apache-2.0

Runtime library for code generated by the protobuf-ts plugin

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 the protobuf-ts plugin.

If you generate code with the protobuf-ts plugin, you need this package as a dependency.

Provides the following features:

  • contracts for binary format read options
  • contracts for JSON format read and write options
  • contracts for message types
  • types for reflection information of messages, fields, enums
  • reflection-based functions to read and write binary and json format, to create merge and type check messages