UNPKG

jimdo-templateflow

Version:
8 lines (6 loc) 150 B
'use-strict' module.exports = function (values) { for (var i = 0; i < values.length; i++) { if (values[i] != undefined) return values[i] } }