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