This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
sark
/
new-templane
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
a1c915b327
Ramos
Etiquetas
main
new-templane
/
node_modules
/
ext
/
function
/
identity.js
identity.js
68 B
Histórico
Em bruto
1
2
3
"use strict";
module.exports = function (value) { return value; };