UNPKG

@protobuf-ts/grpcweb-transport

Version:

gRPC-web transport for clients generated by the protoc plugin "protobuf-ts"

7 lines (6 loc) 469 B
// Public API of the grpc-web transport. // Note: we do not use `export * from ...` to help tree shakers, // webpack verbose output hints that this should be useful export { GrpcWebFetchTransport } from "./grpc-web-transport"; export { readGrpcWebResponseTrailer, createGrpcWebRequestHeader, GrpcWebFrame, createGrpcWebRequestBody, readGrpcWebResponseBody, readGrpcWebResponseHeader } from "./grpc-web-format"; export { GrpcStatusCode } from "./goog-grpc-status-code";