5.0.0 • Published 5 years ago
@f0c1s/repeat-string v5.0.0
repeat-string
Repeating a string based upon the value and times passed.
Installation
npm i @f0c1s/repeat-stringUsage
const {repeat: r} = require('@f0c1s/repeat-string')
var str = r("a", 5)
console.log(str)
// output
"aaaaa"License
MIT © Anubhav Saini 2016-2021