UNPKG

aneka

Version:
6 lines (4 loc) 96 B
function isSet (item) { return ![undefined, null].includes(item) } export default isSet