README
👨👩👦
Returns the friendly family emoji.
Usage
const emoji = require('emoji-family');
console.log(emoji) // 👨👩👦
Tests
emoji-family proudly has 100% test coverage. Run tests with npm test.
returns the family emoji
<script type="module">
import emojiFamily from 'https://cdn.skypack.dev/emoji-family';
</script>
Returns the friendly family emoji.
const emoji = require('emoji-family');
console.log(emoji) // 👨👩👦
emoji-family proudly has 100% test coverage. Run tests with npm test.