UNPKG

emoji-leaves

Version:

returns the leaves emoji

17 lines (10 loc) 366 B
# 🍃 ![Tests passing](https://img.shields.io/badge/tests-passing-green.svg) ![Tests passing](https://img.shields.io/badge/coverage-100%-green.svg) Returns the infamous leaves emoji. ## Usage ```javascript const emoji = require('emoji-leaves'); console.log(emoji) // 🍃 ``` ## Tests `emoji-leaves` proudly has 100% test coverage. Run tests with `npm test`.