UNPKG

skypager-project

Version:
10 lines (8 loc) 193 B
import isEmpty from 'lodash/isEmpty' export default function collection(existing, ...args) { if (!isEmpty(args)) { return [...existing || [], args] } else { return existing } }