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,
|
Client,
|
||||||
CallInvocationTransformer,
|
CallInvocationTransformer,
|
||||||
CallProperties,
|
CallProperties,
|
||||||
|
UnaryCallback
|
||||||
} from './client';
|
} from './client';
|
||||||
import { LogVerbosity, Status } from './constants';
|
import { LogVerbosity, Status } from './constants';
|
||||||
import * as logging from './logging';
|
import * as logging from './logging';
|
||||||
|
@ -209,6 +210,7 @@ export {
|
||||||
CallInvocationTransformer,
|
CallInvocationTransformer,
|
||||||
ChannelImplementation as Channel,
|
ChannelImplementation as Channel,
|
||||||
Channel as ChannelInterface,
|
Channel as ChannelInterface,
|
||||||
|
UnaryCallback as requestCallback
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue