poopthis
v1.1.2
Published
Returns a string surrounded by the poop emoji (poomoji)
Downloads
4
Maintainers
Readme
Poopthis
An npm package for Node.js; input a string and a string is returned surrounded by the poop emoji (poomoji).
npm install poopthis
const poopthis = require('poopthis')
// wrap your text in 3 depths of "crapostrophe"
const msg = poopthis('What is the point of this node package?', 3)
console.log(msg)
Output: :hankey: :hankey: :hankey: What is the point of this node package? :hankey: :hankey: :hankey:
:ok_hand: