Selaa lähdekoodia

fix: missing export

Sven 1 vuosi sitten
vanhempi
commit
3d46876d0a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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";