1
0

util.d.ts 240 B

123
  1. export declare function getFullyQualifiedTypeName(type: protobuf.Type | protobuf.Namespace | protobuf.Enum): string;
  2. export declare const wrapperTypes: Set<string>;
  3. export declare function assert(assertion: boolean, message: string): void;