UNPKG

eslint-plugin-unicorn

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