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