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