This website works better with JavaScript
Начало
Каталог
Помощ
Регистрация
Вход
15270821319
/
s202226701003
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Уики
ИН на ревизия:
6d8385b611
Клонове
Маркери
main
master
s202226701003
/
AiStudy-server
/
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;