Skip to content

Commit

Permalink
feat: export protos in src/index.ts (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 authored Feb 27, 2020
1 parent 9e807b7 commit 9806da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-monitoring/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ export default {
ServiceMonitoringServiceClient,
UptimeCheckServiceClient,
};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 9806da3

Please sign in to comment.