This website works better with JavaScript
Начало
Каталог
Помощ
Регистрация
Вход
chengnan
/
s202226701001
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
c2a2f69537
Клонове
Маркери
LMF
master
pt
yt
s202226701001
/
sever-test
/
node_modules
/
graphql
/
jsutils
/
identityFunc.d.ts
identityFunc.d.ts
101 B
История
Директен файл
1
2
3
4
/**
* Returns the first argument it receives.
*/
export declare function identityFunc<T>(x: T): T;