README
▪️
Returns the witty black-small-square emoji.
Usage
const emoji = require('emoji-black-small-square');
console.log(emoji) // ▪️
Tests
emoji-black-small-square proudly has 100% test coverage. Run tests with npm test.
returns the black-small-square emoji
<script type="module">
import emojiBlackSmallSquare from 'https://cdn.skypack.dev/emoji-black-small-square';
</script>
Returns the witty black-small-square emoji.
const emoji = require('emoji-black-small-square');
console.log(emoji) // ▪️
emoji-black-small-square proudly has 100% test coverage. Run tests with npm test.