UNPKG

ipfs-grpc-client

Version:
7 lines 293 B
/** * Converts protobufjs service definitions into the format expected * by @improbable-eng/grpc-web. This is to let us use the same * service definition on both the server and the client. */ export function loadServices(): Record<string, any>; //# sourceMappingURL=load-services.d.ts.map