UNPKG

emoji-flag-pr

Version:

returns the flag-pr emoji

17 lines (10 loc) 377 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 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`.