Skip to content

Commit 238a91c

Browse files
authored
Merge pull request #1373 from murgatroid99/grpc-js_callback_type_name_2
grpc-js: Make request callback type match the other library
2 parents 8b16b3b + 6e3ab74 commit 238a91c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/grpc-js/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import {
3333
Client,
3434
CallInvocationTransformer,
3535
CallProperties,
36+
UnaryCallback
3637
} from './client';
3738
import { LogVerbosity, Status } from './constants';
3839
import * as logging from './logging';
@@ -209,6 +210,7 @@ export {
209210
CallInvocationTransformer,
210211
ChannelImplementation as Channel,
211212
Channel as ChannelInterface,
213+
UnaryCallback as requestCallback
212214
};
213215

214216
/**

0 commit comments

Comments
 (0)