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