Files
whsfund/functions/node_modules/proto3-json-serializer/build/src/util.d.ts
2026-03-23 15:29:13 -04:00

4 lines
240 B
TypeScript

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;