Skip to content
This repository has been archived by the owner on Dec 19, 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 committed Feb 27, 2020
1 parent 9113108 commit b6ca82f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -24,3 +24,5 @@ export {v1, v1beta1, TextToSpeechClient};
// For compatibility with JavaScript libraries we need to provide this default export:
// tslint:disable-next-line no-default-export
export default {v1, v1beta1, TextToSpeechClient};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit b6ca82f

Please sign in to comment.