This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
15270821319
/
s202226701003
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Atzars:
master
Atzari
Tagi
main
master
s202226701003
/
AiStudy-server
/
node_modules
/
graphql
/
jsutils
/
identityFunc.mjs
identityFunc.mjs
99 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}