소스 검색

add export

Joeri Exelmans 1 년 전
부모
커밋
53a1e6acc5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.ts

+ 1 - 0
index.ts

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