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 c2c41cb commit 97c8ff7Copy full SHA for 97c8ff7
README.md
@@ -30,7 +30,7 @@ normalize('http://www.github.com/%7Eusername/')
30
// => 'http://www.github.com/~username/'
31
```
32
33
-also as a bonus you can do functional composition right to left
+also as a bonus you can do functional composition right to left :fire:
34
35
```js
36
import {normalize, compose} from 'composable-normalize'
0 commit comments