We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1efdd7 commit edac2c5Copy full SHA for edac2c5
src/index.ts
@@ -914,3 +914,5 @@ promisifyAll(Bigtable, {
914
module.exports = Bigtable;
915
module.exports.v2 = v2;
916
module.exports.Bigtable = Bigtable;
917
+import * as protos from '../protos/protos';
918
+export {protos};
0 commit comments