Selaa lähdekoodia

add the defintion file of utils

gero3 6 vuotta sitten
vanhempi
commit
16217d2806
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/utils.d.ts

+ 2 - 0
src/utils.d.ts

@@ -0,0 +1,2 @@
+export function arrayMin( array: number[] ): number;
+export function arrayMax( array: number[] ): number;