This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LInE
/
vcat
Segui
7
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8d464c30fe
Rami (Branch)
Tag
master
vcat
/
i18n
/
csv.d.ts
csv.d.ts
96 B
Cronologia
Originale
1
2
3
4
5
declare module "*.csv" {
const content: {[id: string]: unknown};
export default content;
}