Edit File: toproto3json.d.ts
import * as protobuf from 'protobufjs'; import { JSONValue } from './types'; export declare function toProto3JSON(obj: protobuf.Message): JSONValue;
Back to File Manager