1.1.0 • Published 7 years ago

grpc-tsd v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago