mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #52 from lunarway/feature/typescript-typings
Add TypeScript typings to gRPC native core package
This commit is contained in:
commit
0182df2035
@ -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
1221
packages/grpc-native-core/index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -67,6 +67,7 @@
|
||||
"binding.gyp"
|
||||
],
|
||||
"main": "index.js",
|
||||
"typings": "src/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"jshintConfig": {
|
||||
"bitwise": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user