UNPKG

fully-optional

Version:
6 lines (5 loc) 126 B
import isEmpty from './isEmpty'; export function isNotEmpty(value) { return !isEmpty(value); } export default isNotEmpty;