This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
15270821319
/
s202226701003
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Wiki
Дерево:
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;
}