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