UNPKG

eslint-plugin-unicorn

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