mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Export sendUnaryData as part of the public API #1389
This commit is contained in:
parent
4946b418b4
commit
bf98da0e8d
@ -57,6 +57,7 @@ import {
|
||||
handleBidiStreamingCall,
|
||||
handleServerStreamingCall,
|
||||
handleUnaryCall,
|
||||
sendUnaryData,
|
||||
ServerUnaryCall,
|
||||
ServerReadableStream,
|
||||
ServerWritableStream,
|
||||
@ -228,6 +229,7 @@ export const waitForClientReady = (
|
||||
/* Interfaces */
|
||||
|
||||
export {
|
||||
sendUnaryData,
|
||||
ChannelCredentials,
|
||||
CallCredentials,
|
||||
Deadline,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user