MCPcopy
hub / github.com/ramda/ramda / f

Function f

test/compose.js:54–54  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

52
53 it('can be applied to one argument', function() {
54 var f = function(a, b, c) { return [a, b, c]; };
55 var g = R.compose(f);
56 eq(g.length, 3);
57 eq(g(1, 2, 3), [1, 2, 3]);

Callers 1

compose.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected