UNPKG

proto3-json-serializer

Version:

Support for proto3 JSON serialiazation/deserialization for protobuf.js

4 lines (3 loc) 240 B
export declare function getFullyQualifiedTypeName(type: protobuf.Type | protobuf.Namespace | protobuf.Enum): string; export declare const wrapperTypes: Set<string>; export declare function assert(assertion: boolean, message: string): void;