emoji-100
Version:
returns the 100 emoji
17 lines (10 loc) • 358 B
Markdown
# 💯
 
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`.