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