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