UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

3 lines (2 loc) 108 B
export declare function eq<A>(a: A, b: A): boolean; export declare function eq<A>(a: A): (b: A) => boolean;