Skip to main content
Module

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

Faster and smaller alternative to Ramda
Go to Latest
function pathEq
import { pathEq } from "https://deno.land/x/rambda@v7.0.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