UNPKG

skypager-project

Version:
8 lines (7 loc) 144 B
export default function scope(existing, ...args) { if (args.length > 0) { return [...existing, args] } else { return existing } }