UNPKG

fully-optional

Version:
5 lines (4 loc) 109 B
export function isEmpty(value) { return value === null || value === undefined; } export default isEmpty;