This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
follow-up
/
follow_applet
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
f429e58c46
Branche
Tagy
master
follow_applet
/
node_modules
/
es5-ext
/
function
/
identity.js
identity.js
68 B
História
Raw
1
2
3
"use strict";
module.exports = function (value) { return value; };