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