From ffd77caffcec5d341517e7b82e58d1c50288ea22 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Wed, 26 Feb 2020 15:43:39 -0800 Subject: [PATCH] feat: export protos in src/index.ts --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 6ef81cf..2370fbe 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,3 +23,5 @@ export {v1beta1, RecaptchaEnterpriseServiceV1Beta1Client}; // For compatibility with JavaScript libraries we need to provide this default export: // tslint:disable-next-line no-default-export export default {v1beta1, RecaptchaEnterpriseServiceV1Beta1Client}; +import * as protos from '../protos/protos'; +export {protos};