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