function hasPathimport { hasPath } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts"; hasPath<T>(path: string | string[], input: object): booleanIt will return true, if input object has truthy path(calculated with R.path). hasPath<T>(path: string | string[]): (input: object) => booleanIt will return true, if input object has truthy path(calculated with R.path). Type ParametersTParameterspath: string | string[]input: objectReturnsbooleanType ParametersTParameterspath: string | string[]Returns(input: object) => boolean