UNPKG

@extra-array/concat-update

Version:
8 lines (7 loc) 129 B
'use strict'; function concat$(x, ...ys) { for (var y of ys) x.push(...y); return x; } module.exports = concat$;