Export sendUnaryData as part of the public API #1389

This commit is contained in:
Matthew Douglass 2020-04-23 12:00:36 -07:00
parent 4946b418b4
commit bf98da0e8d

View File

@ -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,