Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.33 KB

README.md

File metadata and controls

29 lines (24 loc) · 2.33 KB

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

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size