Explorar el Código

fix: missing export

Sven hace 1 año
padre
commit
3d46876d0a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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";