woof
- Berlin, Germany
- http://www.dankreiger.com
Block or Report
Block or report dankreiger
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
1
// types2type T_XF<XF_Before, XF_After> = (a: XF_Before) => XF_After;
34type T_Pred<Pred_Fn> = (fn: Pred_Fn) => boolean;
5 -
1
import R from 'ramda';
23type T_UnaryFunction<I, O> = (x: I) => O;
4type T_Fn<I, O> = {
5run: T_UnaryFunction<I, O>;
-
-
1,423 contributions in the last year
Less
More
Activity overview
Contributed to
dankreiger/tiny-either,
dankreiger/puppy-seq,
barking-welpe/ui
and 5 other
repositories
Contribution activity
April 2022
Reviewed 1 pull request in 1 repository
software-mansion/react-native-gesture-handler
1 pull request
36
contributions
in private repositories
Apr 1 – Apr 16