Skip to content

FormulaPages/rept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rept

circleci

Repeat a string a given number of times.

Install

npm install formula-rept

Usage

var REPT = require('formula-rept');
REPT('hey', 2) // => heyhey 

About

Repeat a string a given number of times

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published