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