This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
zouzexu
/
sports-miniapp
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
06c63c15cc
Gałęzie
Tagi
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
times.d.ts
times.d.ts
93 B
Historia
Czysty
1
2
3
declare function times<T>(n: number, fn: (n: number) => T, ctx?: any): T[];
export = times;