0.2.0 • Published 5 years ago

@ungap/trim-start v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

The trimStart method for IE

Build Status Coverage Status

It removes leading spaces from a string.

import trimStart from '@ungap/trim-start';

trimStart.call('  test '); // "test "

Compatible with every engine.