emoji-flag-pr
Version:
returns the flag-pr emoji
17 lines (10 loc) • 377 B
Markdown
# 🇵🇷
 
Returns the infamous flag-pr emoji.
## Usage
```javascript
const emoji = require('emoji-flag-pr');
console.log(emoji) // 🇵🇷
```
## Tests
`emoji-flag-pr` proudly has 100% test coverage. Run tests with `npm test`.