This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
chengnan
/
s202226701001
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
c2a2f69537
Větve
Značky
LMF
master
pt
yt
s202226701001
/
sever-test
/
node_modules
/
graphql
/
jsutils
/
identityFunc.mjs
identityFunc.mjs
99 B
Historie
Surový
1
2
3
4
5
6
/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}