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