Browse Source

fix: missing export

Sven 1 year ago
parent
commit
3d46876d0a
1 changed files with 1 additions and 0 deletions
  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";