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