README
🅱️
Returns the amazing b emoji.
Usage
const emoji = require('emoji-b');
console.log(emoji) // 🅱️
Tests
emoji-b proudly has 100% test coverage. Run tests with npm test.
returns the b emoji
<script type="module">
import emojiB from 'https://cdn.skypack.dev/emoji-b';
</script>
Returns the amazing b emoji.
const emoji = require('emoji-b');
console.log(emoji) // 🅱️
emoji-b proudly has 100% test coverage. Run tests with npm test.