UNPKG

curried-intrinsic

Version:
2 lines (1 loc) 92 B
export declare const binary: <T, R = T>() => <F extends (a: T) => (b: T) => R>(f: F) => F;