This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
masif
/
quran
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
cf937194cb
Dallar
Biçim İmleri
master
quran
/
node_modules
/
ramda
/
es
/
internal
/
_complement.js
_complement.js
108 B
Geçmiş
Ham
1
2
3
4
5
export default function _complement(f) {
return function () {
return !f.apply(this, arguments);
};
}