This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
15270821319
/
s202226701003
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
6d8385b611
Ветки
Метки
main
master
s202226701003
/
AiStudy-server
/
node_modules
/
graphql
/
jsutils
/
identityFunc.mjs
identityFunc.mjs
99 B
История
Исходник
1
2
3
4
5
6
/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}