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