Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit ffd77ca

Browse files
feat: export protos in src/index.ts
1 parent b9467cf commit ffd77ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ export {v1beta1, RecaptchaEnterpriseServiceV1Beta1Client};
2323
// For compatibility with JavaScript libraries we need to provide this default export:
2424
// tslint:disable-next-line no-default-export
2525
export default {v1beta1, RecaptchaEnterpriseServiceV1Beta1Client};
26+
import * as protos from '../protos/protos';
27+
export {protos};

0 commit comments

Comments
 (0)