This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
15270821319
/
s202226701003
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
6d8385b611
Dallar
Biçim İmleri
main
master
s202226701003
/
AiStudy-server
/
node_modules
/
graphql
/
jsutils
/
identityFunc.d.ts
identityFunc.d.ts
101 B
Geçmiş
Ham
1
2
3
4
/**
* Returns the first argument it receives.
*/
export declare function identityFunc<T>(x: T): T;