mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user