Skip to content

Commit 4ca468b

Browse files
committed
Add stub for ramda.composeP function
1 parent eee8a9f commit 4ca468b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow-typed/custom/ramda_v0.x.x.js

+1
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ declare module ramda {
461461
*/
462462

463463
declare var compose: Compose;
464+
declare var composeP: Function;
464465
declare var pipe: Pipe;
465466
// declare var pipeP: PipeP;
466467
declare var pipeP: Function;

0 commit comments

Comments
 (0)