1.0.2 • Published 6 years ago
wrap-with-burrito v1.0.2
wrap-with-burrito
🌯Wrap your text with burritos. Tasty!🌯
Install
$ npm install wrap-with-burritoUsage
const burrito = require('wrap-with-burrito');
const boring = 'This is a boring string';
const fun = burrito(boring);
console.log(fun);Expected result:
🌯This is a boring string🌯License
MIT