1.0.0 • Published 2 years ago

repeat-str v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

⚙️ Installation

npm i repeat-str

CDN Links:

📖 Usage

※ Import

// ES6
import repeatStr from "repeat-str";

// commonjs
const repeatStr = require("repeat-str");

※ Repeat

// ▸ string
const repeated = repeatStr(30, "hello");
console.log(repeated);

// ▸ array
const array_repeated = repeatStr(30, ["hello", "hi"]);
console.log(array_repeated);

Support me on Patreon - Check out my socials