returns the house emoji
npm install emoji-house
!Tests passing !Tests passing
Returns the amazing house emoji.
``javascriptconst emoji = require('emoji-house');console.log(emoji) // 🏠`
javascriptconst emoji = require('emoji-house');console.log(emoji) // 🏠
emoji-house proudly has 100% test coverage. Run tests with npm test`.
proudly has 100% test coverage. Run tests with