UNPKG

@extra-array/unshift-update

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