1 line
88 B
JavaScript
1 line
88 B
JavaScript
module.exports = coalesce = (...args) => args.find(_ => ![undefined, null].includes(_)); |