This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
CocoRoboLabs
/
CocoRoboDesktop
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
6d0acdec82
Gałęzie
Tagi
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
Historia
Czysty
1
2
3
'use strict';
module.exports = ({parent}) => !parent || parent.type === 'ExpressionStatement';