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