UNPKG

hae

Version:

Mobile web UI based on Vux

4 lines (3 loc) 96 B
export default function (array) { return array.length === 1 ? array[0] : array.join(' ') }