2886f4e0634ae23c94d34d1ed8fee92fbaad4e3f6f1cc51649ac6ba1da5d368c1be38ed964c6da10eb8767fc4ac3fa076027c458ae7a6fbc5f34e166981acd 219 B

1234567
  1. 'use strict';
  2. // https://github.com/sebmarkbage/ecmascript-string-left-right-trim
  3. require('./_string-trim')('trimLeft', function ($trim) {
  4. return function trimLeft() {
  5. return $trim(this, 1);
  6. };
  7. }, 'trimStart');