Module

x/rambda/files/index.d.ts>pathEq

Faster and smaller alternative to Ramda
Latest
function pathEq
import { pathEq } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts";

Parameters

pathToSearch: Path
target: any
input: any

Returns

boolean

Parameters

pathToSearch: Path
target: any

Returns

(input: any) => boolean

Parameters

pathToSearch: Path

Returns

(target: any) => (input: any) => boolean