empty()

in public/components/jobHistoryDateRange.react.js [12:14]


    empty(value) {
        return R.isNil(value) || R.isEmpty(value);
    }