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