wrap-with-burrito

Wrap your text with burritos. Tasty!

Usage no npm install needed!

<script type="module">
  import wrapWithBurrito from 'https://cdn.skypack.dev/wrap-with-burrito';
</script>

README

wrap-with-burrito

npm version

🌯Wrap your text with burritos. Tasty!🌯

Install

$ npm install wrap-with-burrito

Usage

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