README
e-to-3
converts the letter 'e' to '3' in a string ie. 'meet' -> 'm33t'
converts the letter 'e' to '3' in a string ie. 'meet' -> 'm33t'
<script type="module">
import eTo3 from 'https://cdn.skypack.dev/e-to-3';
</script>
converts the letter 'e' to '3' in a string ie. 'meet' -> 'm33t'