Skip to main content
Module

x/deepmergets/dist/node/index.mjs>objectHasProperty

Deeply merge 2 or more objects respecting type information.
Latest
function objectHasProperty
import { objectHasProperty } from "https://deno.land/x/deepmergets@v7.1.0/dist/node/index.mjs";

Does the given object have the given property.

Parameters

object
  • The object to test.
property
  • The property to test.