UNPKG

attributes-kit

Version:
14 lines (10 loc) 182 B
import isEmpty from 'lodash/isEmpty'; function hasProperties(element) { if (!element) { return false; } return !isEmpty(element.content); } export { hasProperties, };