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