We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf4f8 commit c2c41cbCopy full SHA for c2c41cb
README.md
@@ -36,7 +36,7 @@ also as a bonus you can do functional composition right to left
36
import {normalize, compose} from 'composable-normalize'
37
38
compose(str => `${str}bar`, normalize)('HTTP://github.com////foo/')
39
-// =>'http://github.com/foo/bar'
+// => 'http://github.com/foo/bar'
40
```
41
42
## Current Features
0 commit comments