Skip to content

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 and sofisl committed Oct 13, 2022
1 parent b0055c6 commit 4bfe138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ export {v1, DataTransferServiceClient};
// For compatibility with JavaScript libraries we need to provide this default export:
// tslint:disable-next-line no-default-export
export default {v1, DataTransferServiceClient};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 4bfe138

Please sign in to comment.