UNPKG

eslint-plugin-unicorn

Version:
6 lines (4 loc) 147 B
const isEmptyArrayExpression = node => node.type === 'ObjectExpression' && node.properties.length === 0; export default isEmptyArrayExpression;