grpc_tools_node_protoc_ts
JSON →Generates TypeScript definition files (.d.ts) from JavaScript code produced by grpc_tools_node_protoc (protoc plugin for Node.js gRPC). Current stable version 5.3.3 supports @grpc/grpc-js and requires grpc-tools >=1.9.0. The tool bridges gRPC protobuf code generation and TypeScript, providing type safety for gRPC clients and servers. It includes breaking changes across major versions, with v5 dropping support for older grpc-tools and @grpc/grpc-js versions. Compared to alternatives like @grpc/proto-loader, this package generates static type definitions rather than runtime dynamic types.
Resources
packagegrpc_tools_node_protoc_ts ↗