Skip to content

GNtousakis/repeat-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repeat-text

Repeat the given string n times. Build with nan.

Install

# With npm 
npm i repeat-text  

How to use

const stringRepeat = require('repeat-text');

stringRepeat('pizza', 3) // ~> 'pizzapizzapizza'
stringRepeat('hey', 2) // ~> 'heyhey'

About

Repeat a string n times

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published