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