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