This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
WangZixian
/
app
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
app
/
node_modules
/
langsmith
/
dist
/
utils
/
atee.d.ts
atee.d.ts
96 B
Permalink
Histórico
Raw
1
export declare function atee<T>(iter: AsyncGenerator<T>, length?: number): AsyncGenerator<T>[];