2
0
Эх сурвалжийг харах

add the defintion file of utils

gero3 6 жил өмнө
parent
commit
16217d2806
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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;