1 | # 💯
|
2 |
|
3 |  
|
4 |
|
5 | Returns the wonderful 100 emoji.
|
6 |
|
7 | ## Usage
|
8 |
|
9 | ```javascript
|
10 | const emoji = require('emoji-100');
|
11 | console.log(emoji) // 💯
|
12 | ```
|
13 |
|
14 | ## Tests
|
15 |
|
16 | `emoji-100` proudly has 100% test coverage. Run tests with `npm test`.
|