b-as-a-service
v1.0.0-B
Published
🅱️
Downloads
2
Readme
🅱-as-a-service
Replaces the first letter of every word to 🅱.
Installation
npm install b-as-a-service
Usage
const B = require('b-as-a-service')
console.log(B('ayy lmao')) // results in 🅱yy 🅱mao
Tests
npm test