esamattis / esamattis/underscore.string

Merge underscore.string.fp

Open
#474 3 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
JavaScript
Stars
3.4k
Forks
367
PR merge metrics
No merged PRs in 30d

Description

https://github.com/stoeffel/underscore.string.fp

Following the footsteps of Lodash v4.

Make this work

``` js
import {trim} from "underscore.string/fp";

var foo = trim("_")("_foo_");
expect(foo).toBe("foo");
```

Precompiled files for cherry-picking would be cool too

``` js
import trim from "underscore.string/fp/trim";
```

Maybe as a npm prepublish script.

[Like in Lodash vNext](https://github.com/lodash/lodash/issues/1704#issuecomment-170381265)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.