$ npm install --save cat-pad
const catPad = require('cat-pad');
catPad('Meow', 5);
//=> '🐈🐈🐈🐈🐈Meow'
Type: string
String to pad.
Type: number
Default: 0
Amount of cats.
MIT © Sindre Sorhus
$ npm install --save cat-pad
const catPad = require('cat-pad');
catPad('Meow', 5);
//=> '🐈🐈🐈🐈🐈Meow'
Type: string
String to pad.
Type: number
Default: 0
Amount of cats.
MIT © Sindre Sorhus