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