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