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