Skip to content

Commit b5f81d8

Browse files
committed
Export Txn class
1 parent 9c288ba commit b5f81d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/index.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ export {
1515
Latency,
1616
} from "../generated/api_pb";
1717

18+
// Export DgraphClientStub class.
19+
export * from "./clientStub";
20+
1821
// Export DgraphClient class and deleteEdges function.
1922
export * from "./client";
2023

21-
// Export DgraphClientStub class.
22-
export * from "./clientStub";
24+
// Export Txn class.
25+
export * from "./txn";
2326

2427
// Export error constants.
2528
export * from "./errors";

0 commit comments

Comments
 (0)