jazzon-repeat
Repeat given value n number of times
Installation
$ npm install --save jazzon-repeat
Usage
The helper "repeat" clones (deep) the current state given number of times and puts them in an array.
let jazzon = ;let repeat = ; jazzon // => {foo: [7, 7, 7]}