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