This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
web
/
archives
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
9a83c51a8a
Gałęzie
Tagi
master
test-183
test-new
archives
/
src
/
plugins
/
uploadFile.js
uploadFile.js
119 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
class uploadFile {
constructor(x, y) {
this.x = x;
this.y = y;
}
}
export {
uploadFile
}