This website works better with JavaScript
Главная
Обзор
Помощь
Вход
caimei365
/
caimei-authentic-website-ross
Следить
5
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
63bae231a7
Ветки
Метки
master
caimei-authe...
/
node_modules
/
eslint-plugin-unicorn
/
rules
/
utils
/
is-value-not-usable.js
is-value-not-usable.js
96 B
История
Исходник
1
2
3
'use strict';
module.exports = ({parent}) => !parent || parent.type === 'ExpressionStatement';