Merge pull request #52 from lunarway/feature/typescript-typings

Add TypeScript typings to gRPC native core package
This commit is contained in:
Michael Lumish 2017-10-10 14:37:24 -07:00 committed by GitHub
commit 0182df2035
3 changed files with 1223 additions and 0 deletions

View File

@ -9,6 +9,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^8.0.32",
"del": "^3.0.0",
"execa": "^0.8.0",
"gulp": "^3.9.1",

1221
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,