Sfoglia il codice sorgente

Merge pull request #17469 from gero3/AddUtilsTypes

This adds the defintion file of utils
Mr.doob 5 anni fa
parent
commit
9b301daf9a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;