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