esamattis / esamattis/underscore.string
Merge underscore.string.fp
Open
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
Assessment
This issue has not been assessed yet.