Skip to content

Commit edac2c5

Browse files
feat: export protos in src/index.ts
1 parent c1efdd7 commit edac2c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -914,3 +914,5 @@ promisifyAll(Bigtable, {
914914
module.exports = Bigtable;
915915
module.exports.v2 = v2;
916916
module.exports.Bigtable = Bigtable;
917+
import * as protos from '../protos/protos';
918+
export {protos};

0 commit comments

Comments
 (0)