UNPKG

eslint-plugin-unicorn

Version:
6 lines (4 loc) 144 B
const isEmptyArrayExpression = node => node.type === 'ArrayExpression' && node.elements.length === 0; export default isEmptyArrayExpression;