This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
BFFE
/
AMR
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
a9b38a49fc
Dallar
Biçim İmleri
master
AMR
/
node_modules
/
es5-ext
/
function
/
identity.js
identity.js
68 B
Geçmiş
Ham
1
2
3
"use strict";
module.exports = function (value) { return value; };