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