This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
CocoRoboLabs
/
CocoRoboDesktop
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
aff9f2c09d
Dallar
Biçim İmleri
English
HK
alpha
beta
master
master_en
sz
CocoRoboDesk...
/
pdf1.js
/
node_modules
/
eslint-plugin-unicorn
/
rules
/
utils
/
is-value-not-usable.js
is-value-not-usable.js
96 B
Geçmiş
Ham
1
2
3
'use strict';
module.exports = ({parent}) => !parent || parent.type === 'ExpressionStatement';