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