This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
ice-static
/
Eve-Project
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
7c7ad82433
Branche
Tagy
master
Eve-Project
/
node_modules
/
@babel
/
runtime-corejs3
/
helpers
/
esm
/
identity.js
identity.js
52 B
História
Raw
1
2
3
export default function _identity(x) {
return x;
}