1.1.0 • Published 6 years ago

grpc-tsd v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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"
],

Resources

1.1.0

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago