UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

6 lines (5 loc) 260 B
export default function isEmpty(value) { var allowBlank = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; return value === null || value === undefined || (allowBlank ? false : value === ''); } //# sourceMappingURL=isEmpty.js.map