Add TypeScript typings to gRPC native core package

This commit is contained in:
Bjørn 2017-09-29 11:31:32 +02:00
parent ee7f996fb7
commit 1428315e3b
2 changed files with 1215 additions and 0 deletions

1214
packages/grpc-native-core/index.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -67,6 +67,7 @@
"binding.gyp"
],
"main": "index.js",
"typings": "src/index.d.ts",
"license": "Apache-2.0",
"jshintConfig": {
"bitwise": true,