README
🇬🇧
Returns the infamous gb emoji.
Usage
const emoji = require('emoji-gb');
console.log(emoji) // 🇬🇧
Tests
emoji-gb proudly has 100% test coverage. Run tests with npm test.
returns the gb emoji
<script type="module">
import emojiGb from 'https://cdn.skypack.dev/emoji-gb';
</script>
Returns the infamous gb emoji.
const emoji = require('emoji-gb');
console.log(emoji) // 🇬🇧
emoji-gb proudly has 100% test coverage. Run tests with npm test.