UNPKG

@extra-array/push-update

Version:
6 lines (5 loc) 91 B
function push$(x, ...vs) { x.push(...vs); return x; } export { push$ as default };