This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
ice-static
/
Eve-Project
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c456fbb563
Branches
Tags
master
Eve-Project
/
node_modules
/
@babel
/
runtime-corejs3
/
helpers
/
esm
/
identity.js
identity.js
52 B
Histórico
Raw
1
2
3
export default function _identity(x) {
return x;
}