trimstart
v1.0.1
Published
Trim the start of a string.
Downloads
11
Maintainers
Readme
trimstart
Trim the start of a string.
Usage
const trim = require('trimstart');
trim(' hello'); // 'hello'
trim(' padding be gone'); // 'padding be gone'