left-trim

1.0.2 • Public • Published

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'

Package Sidebar

Install

npm i left-trim

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.39 kB

Total Files

6

Last publish

Collaborators

  • gntousakis