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 committed Feb 26, 2020
1 parent c1efdd7 commit edac2c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -914,3 +914,5 @@ promisifyAll(Bigtable, {
module.exports = Bigtable;
module.exports.v2 = v2;
module.exports.Bigtable = Bigtable;
import * as protos from '../protos/protos';
export {protos};

0 comments on commit edac2c5

Please sign in to comment.