UNPKG

dts-element-fp

Version:

typescript definition generator for functional programming

8 lines (7 loc) 214 B
import * as R from 'ramda'; /** * (target: any, object: any) => boolean * * Returns `true` if `object` matches `target`, `false` otherwise. */ export declare const match: R.CurriedFunction2<any, any, boolean>;