UNPKG

@gameroom/cli

Version:

A command line tool for Gameroom

6 lines (5 loc) 161 B
module.exports = (...cs) => { let s = '' for (const [i, c] of cs.entries()) if (c !== null && c !== undefined) s += `${i === 0 ? '' : ' '}${c}` return s }