UNPKG

@extra-array/push-update

Version:
7 lines (6 loc) 100 B
'use strict'; function push$(x, ...vs) { x.push(...vs); return x; } module.exports = push$;