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