UNPKG

96 BJavaScriptView Raw
1const array = require("extra-array");
2
3var x = [1, 2];
4array.repeat(x, 2);
5
6array.repeat(x, 3);