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

Merge pull request #17469 from gero3/AddUtilsTypes

This adds the defintion file of utils
Mr.doob 5 жил өмнө
parent
commit
9b301daf9a
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;