UNPKG
curry-this
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.1
3.0.0
Currying made simple
github.com/stoeffel/curry-this
stoeffel/curry-this
curry-this
/
module
/
index.js
7 lines
(4 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
placeholder
from
'./_'
;
import
curryFunction
from
'./curry'
;
export
const
_ =
placeholder
();
export
const
curry =
curryFunction
({
placeholder
: _});