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