MCPcopy
hub / github.com/prettier/prettier / ramda_pipe.js

File ramda_pipe.js

tests/format/js/functional-composition/ramda_pipe.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var f = R.pipe(Math.pow, R.negate, R.inc);
2
3f(3, 4); // -(3^4) + 1
4

Callers

nothing calls this directly

Calls 3

composeMethod · 0.80
fFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected