README
simple module to let you do this
trimLines(`
Oh cool
this is cool.
`);
will change to
Oh cool
this is cool.
Trims every line of a string
<script type="module">
import trimLines2 from 'https://cdn.skypack.dev/trim-lines2';
</script>
trimLines(`
Oh cool
this is cool.
`);
will change to
Oh cool
this is cool.