deno.land / x / rambda@v9.1.1 / src / repeat.js

نووسراو ببینە
1
2
3
4
5
6
7
8
export function repeat(x, timesToRepeat){ if (arguments.length === 1){ return _timesToRepeat => repeat(x, _timesToRepeat) }
return Array(timesToRepeat).fill(x)}
rambda

Version Info

Tagged at
2 months ago