repeatjoinstring
v1.0.2
Published
join string with seperator for times that user wants.
Downloads
12
Maintainers
Readme
repeatJoinString
join string with seperator for times that user wants.
example. repeatJoinString('yeah', '!! ', 3);
result is yeah!! yeah!! yeah
