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