Skip to main content
Module

std/util/has_own_property.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.41.0/util/has_own_property.ts";

Functions

Determines whether an object has a property with the specified name. Avoid calling prototype builtin hasOwnProperty for two reasons: