UNPKG

defined

Version:

return the first argument that is `!== undefined`

7 lines (5 loc) 136 B
'use strict'; var defined = require('../'); var opts = { y: false, w: 4 }; var x = defined(opts.x, opts.y, opts.w, 8); console.log(x);