From 0b7b7df06010d31c9c88d50a04accaf340e07a2f Mon Sep 17 00:00:00 2001 From: Alexandros Katechis Date: Wed, 5 Jan 2022 11:55:47 -0500 Subject: [PATCH] fix: re-export more convenience types from grpc-web --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 36c449f9..874c3211 100644 --- a/index.ts +++ b/index.ts @@ -8,4 +8,4 @@ export class ClarifaiStub { export { V2Client } -export { Error } from 'grpc-web' +export { Error, Metadata, ClientReadableStream } from 'grpc-web'