This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
NiceTry12138
/
MarkdownLog
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
5df718b2a2
Branches
Tags
main
MarkdownLog
/
前端
/
NodeJS
/
TestJS
/
js-module
/
cjs_esm
/
bar.js
bar.js
50 B
Histórico
Raw
1
2
3
4
5
const name = "bar";
module.exports = {
name
}