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