Skip to content

Commit 57b6ad0

Browse files
feat: export protos in src/index.ts
1 parent a7baf5e commit 57b6ad0

File tree

1 file changed

+2
-0
lines changed
  • packages/google-cloud-recommender/src

1 file changed

+2
-0
lines changed

packages/google-cloud-recommender/src/index.ts

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

0 commit comments

Comments
 (0)