grpc-tsd
v1.1.0
Published
TypeScript d.ts definition of gRPC. Self made for self using, no official support.
Downloads
52
Readme
grpc-tsd
Deprecated!!
Since gRPC has published it's official definition, see index.d.ts. Current project is deprecated.
Attention
Current gRPC(v1.3.7) has no official TypeScript definition. But shall have one soon, see: #11020. This repo would be Deprecated
as soon as official d.ts online.
Code base
Codes mostly come from #11020, and a bit from mixer/etcd3. And partly self updated.
Aim
Maintain a grpc.d.ts file for gRPC TypeScript project.
How to use
Install
npm install grpc-tsd --save-dev
Code
Add following codes in tsconfig.json
:
"include": [
"node_modules/grpc-tsd/src/grpc.d.ts"
],