Skip to main content
Module

x/ramda/mod.ts>hasPath

:ram: Practical functional Javascript
Latest
variable hasPath
import { hasPath } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns whether or not a path exists in an object. Only the object's own properties are checked.