repeat-text

1.0.3 • Public • Published

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'

/repeat-text/

    Package Sidebar

    Install

    npm i repeat-text

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    3.32 kB

    Total Files

    6

    Last publish

    Collaborators

    • gntousakis