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