mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1373 from murgatroid99/grpc-js_callback_type_name_2
grpc-js: Make request callback type match the other library
This commit is contained in:
commit
238a91c985
|
@ -33,6 +33,7 @@ import {
|
|||
Client,
|
||||
CallInvocationTransformer,
|
||||
CallProperties,
|
||||
UnaryCallback
|
||||
} from './client';
|
||||
import { LogVerbosity, Status } from './constants';
|
||||
import * as logging from './logging';
|
||||
|
@ -209,6 +210,7 @@ export {
|
|||
CallInvocationTransformer,
|
||||
ChannelImplementation as Channel,
|
||||
Channel as ChannelInterface,
|
||||
UnaryCallback as requestCallback
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue