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