trimstart Trim the start of a string. Usage const trim = require('trimstart'); trim(' hello'); // 'hello' trim(' padding be gone'); // 'padding be gone' License MIT