Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/std/util/has_own_property.ts

A modern runtime for JavaScript and TypeScript.
Go to Latest
import * as deno from "https://deno.land/x/deno@v0.23.0/std/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: