Skip to content

Jameskmonger/trimstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trimstart

Trim the start of a string.

Usage

const trim = require('trimstart');

trim('    hello'); // 'hello'

trim('       padding be gone'); // 'padding be gone'

License

MIT

About

Trim the start of a string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published