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