UNPKG

eslint-plugin-unicorn-x

Version:
6 lines (5 loc) 146 B
export default function isArrowFunctionBody(node) { return ( node.parent.type === 'ArrowFunctionExpression' && node.parent.body === node ); }