Skip to main content
Module

x/rambda/immutable.d.ts>paths

Faster and smaller alternative to Ramda
Go to Latest
function paths
import { paths } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

It loops over members of pathsToSearch as singlePath and returns the array produced by R.path(singlePath, obj).

Because it calls R.path, then singlePath can be either string or a list.

Parameters

pathsToSearch: readonly Path[]
obj: Input

Returns

readonly (T | undefined)[]

Parameters

pathsToSearch: readonly Path[]

Returns

(obj: Input) => readonly (T | undefined)[]

Parameters

pathsToSearch: readonly Path[]
obj: any

Returns

readonly (T | undefined)[]

Parameters

pathsToSearch: readonly Path[]

Returns

(obj: any) => readonly (T | undefined)[]