README
✡
Returns the unassuming star-of-david emoji.
Usage
const emoji = require('emoji-star-of-david');
console.log(emoji) // ✡
Tests
emoji-star-of-david proudly has 100% test coverage. Run tests with npm test.
returns the star-of-david emoji
<script type="module">
import emojiStarOfDavid from 'https://cdn.skypack.dev/emoji-star-of-david';
</script>
Returns the unassuming star-of-david emoji.
const emoji = require('emoji-star-of-david');
console.log(emoji) // ✡
emoji-star-of-david proudly has 100% test coverage. Run tests with npm test.