This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
karmen
/
core
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
72cea58822
Větve
Značky
master
core
/
node_modules
/
es5-ext
/
function
/
identity.js
identity.js
69 B
Historie
Surový
1
2
3
4
5
"use strict";
module.exports = function (value) {
return value;
};