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