This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
ganzf
/
uniIM
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
790c53caa0
Ramos
Etiquetas
master
uniIM
/
node_modules
/
licia
/
arrToMap.d.ts
arrToMap.d.ts
96 B
Histórico
Em bruto
1
2
3
declare function arrToMap<T>(arr: string[], val?: T): { [key: string]: T };
export = arrToMap;