Merge pull request #13 from murgatroid99/index_file

Add an index file that exposes the public API
This commit is contained in:
Michael Lumish 2017-08-29 14:20:45 -07:00 committed by GitHub
commit 3edaace28f
2 changed files with 7 additions and 0 deletions

View File

@ -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",

5
src/index.ts Normal file
View File

@ -0,0 +1,5 @@
export * from './call-credentials';
export * from './channel-credentials';
export * from './client';
export * from './constants';
export * from './metadata';