is-value-not-usable.js 96 B

123
  1. 'use strict';
  2. module.exports = ({parent}) => !parent || parent.type === 'ExpressionStatement';