UNPKG

emoji-100

Version:

returns the 100 emoji

17 lines (10 loc) 358 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 wonderful 100 emoji. ## Usage ```javascript const emoji = require('emoji-100'); console.log(emoji) // 💯 ``` ## Tests `emoji-100` proudly has 100% test coverage. Run tests with `npm test`.