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