-
Notifications
You must be signed in to change notification settings - Fork 678
Closed
Description
Is your feature request related to a problem? Please describe.
Using the grpc-health-check
with Typescript, the package does not currently offer typings, making it cumbersome to work with.
Describe the solution you'd like
Include typings into the package via the tools made available to generate them. As part of the publishing process, my suggestion would be to use ProtobufJS to generate the typings and include them into the published package.
Describe alternatives you've considered
An alternative solution and a current workaround that I implement is compiling the typings in the implementing project. This, however, is not efficient. It requires bundling the Health protocol definition in every implementing project.
Additional context
N/A
paambaati