Skip to content

Commit f3d14bd

Browse files
committed
grpc-js: export handleClientStreamingCall type
1 parent 82d2614 commit f3d14bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/grpc-js/src/index.ts

Lines changed: 2 additions & 1 deletion
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)