UNPKG

eslint-plugin-unicorn

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