This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
lovecoding
/
web0715
Vigiar
10
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
b11a2e2139
Ramos
Etiquetas
master
web0715
/
13.webpack
/
demo1
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
identity.js
identity.js
70 B
Histórico
Em bruto
1
2
3
4
function _identity(t) {
return t;
}
export { _identity as default };