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