This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
zouzexu
/
sports-miniapp
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
06c63c15cc
Grenar
Taggar
master
zt
zzx
sports-miniapp
/
node_modules
/
licia
/
times.d.ts
times.d.ts
93 B
Historik
Rå
1
2
3
declare function times<T>(n: number, fn: (n: number) => T, ctx?: any): T[];
export = times;