Skip to content

iterable-iterator/repeat

Repository files navigation

Item repetition for JavaScript. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import{repeat,nrepeat}from'@iterable-iterator/repeat';repeat("A");// A A A ...nrepeat("A",3);// A A A

LicenseVersionTestsDependenciesGitHub issuesDownloads

Code issuesCode maintainabilityCode coverage (cov)Code technical debtDocumentationPackage size

About

🔁 Item repetition for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •