carlessistare / grpc-promise

GRPC promisify module for all Request/Response types: standard and stream
MIT License
82 stars 17 forks source link

Support TypeScript types #16

Open mrdulin opened 4 years ago

mrdulin commented 4 years ago

Since I use grpc_tools_node_protoc_ts plugin for protoc to generate TypeScript codes. Is there any plan for supporting TS and integrating with this package? Thanks!