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