grpc-typed

JSON →
library 1.0.0 ·javascript deprecated
verified Jun 7, 2026

Provides TypeScript type definitions for the gRPC Node.js library, enabling type-safe gRPC service definitions and client/server implementations. Version 1.0.0 includes basic types for gRPC service methods, metadata, and error handling. It wraps the core grpc package and only adds types; no runtime functionality. The package is intended for use with grpc v1.x and is unlikely to receive frequent updates. Compare to @grpc/grpc-js which is the maintained successor with built-in types.