UNPKG
ycomb
Version:
latest (1.0.0)
1.0.0
Y-combinator
github.com/therealklanni/ycomb
therealklanni/ycomb
ycomb
/
index.js
2 lines
(1 loc)
•
81 B
JavaScript
View Raw
1
2
export
default
f => (
x
=>
f
(
(
...v
) =>
x
(x)(...v)))(
x
=>
f
(
(
...v
) =>
x
(x)(...v)))