Explorar o código

add the defintion file of utils

gero3 %!s(int64=6) %!d(string=hai) anos
pai
achega
16217d2806
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;