UNPKG

@bufbuild/protobuf

Version:

A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js.

6 lines (5 loc) 178 B
import type { DescriptorProto } from "../wkt/gen/google/protobuf/descriptor_pb.js"; /** * @private */ export declare function restoreJsonNames(message: DescriptorProto): void;