2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
x => x |> { method: y => y + 1 } |> z => z * 2
|
x => x |> { method: y => y + 1 } |> z => z * 2
|