Skip to content

Commit

Permalink
feat: export protos from src/index.ts (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Mar 4, 2020
1 parent 2a10f97 commit 14865a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-vision/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ export default {
ImageAnnotatorClient,
ProductSearchClient,
};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 14865a4

Please sign in to comment.