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

Commit

Permalink
feat: export protos in src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 authored Feb 26, 2020
1 parent d49010d commit 86933a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ export default {
PolicyTagManagerClient,
PolicyTagManagerSerializationClient,
};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 86933a1

Please sign in to comment.