From 01f9b76877f45afa4fca421d5d7dbe86b73bbcd8 Mon Sep 17 00:00:00 2001 From: xiaozhenliugg Date: Wed, 26 Feb 2020 12:25:23 -0800 Subject: [PATCH] export protos in index.ts --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index af42f24b..6bff158b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,3 +68,5 @@ export default { v3, TranslationServiceClient, }; +import * as protos from '../protos/protos'; +export {protos};