function hasInimport { hasIn } from "https://deno.land/x/rambda@9.2.1/mod.ts"; hasIn(searchProperty: string): <T>(obj: T) => booleanhasIn<T>(searchProperty: string, obj: T): booleanParameterssearchProperty: stringReturns<T>(obj: T) => booleanType ParametersTParameterssearchProperty: stringobj: TReturnsboolean