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