Skip to main content
Module

x/rambda/immutable.d.ts>hasIn

Faster and smaller alternative to Ramda
Latest
function hasIn
import { hasIn } from "https://deno.land/x/rambda@v9.2.0/immutable.d.ts";

Parameters

searchProperty: string

Returns

<T>(obj: T) => boolean

Parameters

searchProperty: string
obj: T

Returns

boolean