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