This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
follow-up
/
follow_applet
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
f429e58c46
Branches
Tags
master
follow_applet
/
node_modules
/
es5-ext
/
function
/
identity.js
identity.js
68 B
Histórico
Raw
1
2
3
"use strict";
module.exports = function (value) { return value; };