Sfoglia il codice sorgente

fix: missing export

Sven 1 anno fa
parent
commit
3d46876d0a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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";