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