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