This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
follow-up
/
follow_applet
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
f429e58c46
Ramas
Etiquetas
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; };