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