diff --git a/src/index.ts b/src/index.ts index 6869d5353..7c1205b66 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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};