README
trimstart
Trim the start of a string.
Usage
const trim = require('trimstart');
trim(' hello'); // 'hello'
trim(' padding be gone'); // 'padding be gone'
Trim the start of a string.
<script type="module">
import trimstart from 'https://cdn.skypack.dev/trimstart';
</script>
Trim the start of a string.
const trim = require('trimstart');
trim(' hello'); // 'hello'
trim(' padding be gone'); // 'padding be gone'