This website works better with JavaScript
Gitinn
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
zaixianjiaoyu
/
sourcecode
Beobachten
3
Favorit hinzufügen
0
Fork
1
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
0a03904a6c
Branches
Tags
master
sourcecode
/
front
/
project
/
www
/
routes
/
sentence
/
index.js
index.js
93 B
Verlauf
Originalformat
1
2
3
4
import read from './read';
import process from './process';
export default [read, process];