mirror of https://github.com/grpc/grpc-node.git
Merge pull request #13 from murgatroid99/index_file
Add an index file that exposes the public API
This commit is contained in:
commit
3edaace28f
|
@ -12,6 +12,8 @@
|
|||
"author": {
|
||||
"name": "Google Inc."
|
||||
},
|
||||
"main": "build/src/index.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.42",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
export * from './call-credentials';
|
||||
export * from './channel-credentials';
|
||||
export * from './client';
|
||||
export * from './constants';
|
||||
export * from './metadata';
|
Loading…
Reference in New Issue