Skip to content

GNtousakis/left-trim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

left-trim

Removes whitespace on the left. Build with nan.

Install

# With npm 
npm i left-trim 

How to use

const leftTrim = require('left-trim');

leftTrim('   pizza   ') // ~> 'pizza   '
leftTrim('   hello world') // ~> 'hello world'

About

Removes whitespace on the left. Build with nan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published