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