mirror of https://github.com/grpc/grpc-node.git
grpc-js: export more types
We (`google-gax`) need these two types exported to switch from C-core gRPC.
This commit is contained in:
parent
309033f681
commit
6ff835201a
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue