UNPKG

@extra-array/fill-update

Version:
6 lines (5 loc) 112 B
'use strict'; function fill$(x, v, i = 0, I = x.length) { return x.fill(v, i, I); } module.exports = fill$;