UNPKG

eslint-plugin-unicorn-x

Version:
5 lines (3 loc) 135 B
const isDirective = (node) => node.type === 'ExpressionStatement' && typeof node.directive === 'string'; export default isDirective;