Skip to content

Commit 21adc97

Browse files
authored
Merge pull request #1587 from badsyntax/export-client-streaming-type
grpc-js: Export handleClientStreamingCall type
2 parents 62d9b1a + f3d14bd commit 21adc97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/grpc-js/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import { StatusBuilder } from './status-builder';
5757
import {
5858
handleBidiStreamingCall,
5959
handleServerStreamingCall,
60+
handleClientStreamingCall,
6061
handleUnaryCall,
6162
sendUnaryData,
6263
ServerUnaryCall,
@@ -186,7 +187,7 @@ export {
186187

187188
/**** Server ****/
188189

189-
export { handleBidiStreamingCall, handleServerStreamingCall, handleUnaryCall };
190+
export { handleBidiStreamingCall, handleServerStreamingCall, handleUnaryCall, handleClientStreamingCall };
190191

191192
/* eslint-disable @typescript-eslint/no-explicit-any */
192193
export type Call =

0 commit comments

Comments
 (0)