grpc-js: export more types

We (`google-gax`) need these two types exported to switch from C-core gRPC.
This commit is contained in:
Alexander Fenster 2019-05-02 12:53:00 -07:00 committed by GitHub
parent 309033f681
commit 6ff835201a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -248,3 +248,6 @@ export const InterceptorBuilder = () => {
export const InterceptingCall = () => {
throw new Error('Not yet implemented');
};
export { ChannelCredentials } from './channel-credentials';
export { GrpcObject } from './make-client';