About
This dependency reimplements the native String.prototype.repeat() method. It is supported by all modern browsers and Node.js versions since ES6 (2015).
// Repeat a string
const str = "foo";
console.log(str.repeat(3)); // "foofoofoo" trivial and outdated NPM packages
This dependency reimplements the native String.prototype.repeat() method. It is supported by all modern browsers and Node.js versions since ES6 (2015).
// Repeat a string
const str = "foo";
console.log(str.repeat(3)); // "foofoofoo"