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:
Michael Lumish 2020-04-20 12:18:34 -07:00 committed by GitHub
commit 238a91c985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
};
/**