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