function hasPathimport { hasPath } from "https://deno.land/x/rambda@9.2.1/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