Edit File: index.d.ts
export { JSONObject, JSONValue } from './types'; export { toProto3JSON } from './toproto3json'; export { fromProto3JSON } from './fromproto3json';
Back to File Manager