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