function hasInimport { hasIn } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts"; hasIn(searchProperty: string): <T>(obj: T) => booleanhasIn<T>(searchProperty: string, obj: T): booleanParameterssearchProperty: stringReturns<T>(obj: T) => booleanType ParametersTParameterssearchProperty: stringobj: TReturnsboolean