UNPKG

@protobuf-ts/grpc-backend

Version:

gRPC backend for servers generated by the protoc plugin "protobuf-ts"

5 lines (4 loc) 219 B
// Public API. // Note: we do not use `export * from ...` to help tree shakers, // webpack verbose output hints that this should be useful export { adaptService, createContext, createDefinition } from "./grpc-adapter";