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