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