Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 514 Bytes

readme.md

File metadata and controls

43 lines (23 loc) · 514 Bytes

cat-pad

Build Status

Install

$ npm install --save cat-pad

Usage

const catPad = require('cat-pad');

catPad('Meow', 5);
//=> '🐈🐈🐈🐈🐈Meow'

API

catPad(input, count)

input

Type: string

String to pad.

count

Type: number
Default: 0

Amount of cats.

License

MIT © Sindre Sorhus