sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.1k stars 160 forks source link

feat: string repeat function #397

Closed telangY closed 1 week ago

telangY commented 4 months ago

Description

This PR adds a repeat function that takes n times as arguments and output the string with the number of repetitions

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radash-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 2:44am
aleclarson commented 2 months ago

Why use this when you have String.prototype.repeat?

telangY commented 2 months ago

Why use this when you have String.prototype.repeat?

Why use this when you have String.prototype.repeat?

Why use this when you have String.prototype.repeat?

Wow,i didn't find it.