Browse Source

fix: missing export

Sven 1 năm trước cách đây
mục cha
commit
3d46876d0a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/index.ts

+ 1 - 0
lib/index.ts

@@ -1,3 +1,4 @@
+export * from "./array";
 export * from "./dom";
 export * from "./math";
 export * from "./misc";