UNPKG

@extra-array/repeat

Version:
7 lines (4 loc) 96 B
const array = require("extra-array"); var x = [1, 2]; array.repeat(x, 2); array.repeat(x, 3);