浏览代码

fix: missing export

Sven 1 年之前
父节点
当前提交
3d46876d0a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";