UNPKG

dts-element-fp

Version:

typescript definition generator for functional programming

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