Joeri Exelmans 1 anno fa
parent
commit
6526dea4a4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      index.ts

+ 1 - 0
index.ts

@@ -4,6 +4,7 @@ export * from "./lib/delta";
 export * from "./lib/graph_state";
 export * from "./lib/types";
 export * from "./lib/version";
+export * from "./lib/version_parser";
 
 export * from "./lib/util/buffer_xor";
 export * from "./lib/util/dfs";