This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
LInE
/
vcat
Tarkkaile
7
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
13314fbafc
Branchit
Tagit
master
vcat
/
i18n
/
csv.d.ts
csv.d.ts
96 B
Historia
Raaka
1
2
3
4
5
declare module "*.csv" {
const content: {[id: string]: unknown};
export default content;
}