This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
chengnan
/
s202226701001
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
c2a2f69537
Grenar
Taggar
LMF
master
pt
yt
s202226701001
/
sever-test
/
node_modules
/
graphql
/
jsutils
/
identityFunc.mjs
identityFunc.mjs
99 B
Historik
Rå
1
2
3
4
5
6
/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}